IUSERAPI.java 374 Bytes
package com.cnlive.strike.myinterfacce;

import android.content.Intent;

import com.cnlive.strike.moudle.user.model.LoginSuccessInfo;
import com.tencent.mm.opensdk.openapi.IWXAPIEventHandler;

public interface IUSERAPI {
    void onLoginSuccess();
    void showMainView(LoginSuccessInfo loginSuccessInfo);
    boolean handleIntent(Intent var1, IUSERAPIEventHandler var2);
}