1:修改页面的图标
This commit is contained in:
20
app/src/main/java/com/jdf/myyuliao/LaunchContacter.java
Normal file
20
app/src/main/java/com/jdf/myyuliao/LaunchContacter.java
Normal file
@@ -0,0 +1,20 @@
|
||||
package com.jdf.myyuliao;
|
||||
|
||||
import android.app.Activity;
|
||||
|
||||
import com.xscm.moduleutil.activity.IPresenter;
|
||||
import com.xscm.moduleutil.activity.IView;
|
||||
|
||||
public final class LaunchContacter {
|
||||
|
||||
public interface View extends IView<Activity> {
|
||||
|
||||
}
|
||||
|
||||
public interface ILoginPre extends IPresenter {
|
||||
|
||||
void oauthLogin(String login_token);
|
||||
|
||||
void address_ip(String address_ip);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user