wpc
2018-11-27 680fbc9e73da3e11988557cf88fd935efd3e0b1e
1
2
3
4
5
6
7
8
9
10
11
package com.huawei.android.hms.agent.sns.Handler;
 
import android.content.Intent;
 
import com.huawei.android.hms.agent.common.ICallbackResult;
 
/**
 * 获取发送消息的intent回调
 */
public interface GetMsgSendIntentHandler extends ICallbackResult<Intent> {
}