stash
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
package com.mogo.service.strategy;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import androidx.annotation.IdRes;
|
||||
import androidx.fragment.app.FragmentActivity;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/9/21
|
||||
*
|
||||
* 描述
|
||||
*/
|
||||
interface IMogoOnlineCarListPanelProvider extends IProvider {
|
||||
|
||||
void initContainer( @IdRes int containerId, FragmentActivity activity );
|
||||
|
||||
void showPanel();
|
||||
|
||||
void hidePanel();
|
||||
|
||||
void clear();
|
||||
}
|
||||
Reference in New Issue
Block a user