init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.uiuipad.find.base;
|
||||
|
||||
public interface BasePresenter<V extends BaseView> {
|
||||
void attachView(V view);
|
||||
|
||||
void detachView();
|
||||
}
|
||||
Reference in New Issue
Block a user