初始化代码
This commit is contained in:
18
app/src/main/java/com/qxcm/qxlive/LaunchContacter.java
Normal file
18
app/src/main/java/com/qxcm/qxlive/LaunchContacter.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package com.qxcm.qxlive;
|
||||
|
||||
import android.app.Activity;
|
||||
|
||||
import com.qxcm.moduleutil.activity.IPresenter;
|
||||
import com.qxcm.moduleutil.activity.IView;
|
||||
|
||||
public final class LaunchContacter {
|
||||
|
||||
public interface View extends IView<Activity> {
|
||||
|
||||
}
|
||||
|
||||
public interface ILoginPre extends IPresenter {
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user