changed the auth view interface impl
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.mogo.service.auth;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import com.mogo.service.module.IMogoModuleProvider;
|
||||
|
||||
public interface IMogoAuthManager extends IMogoModuleProvider {
|
||||
|
||||
/**
|
||||
* 重置授权页面弹起时展示View Context
|
||||
*/
|
||||
void resetContext(Context context);
|
||||
}
|
||||
Reference in New Issue
Block a user