wpc
2018-11-27 680fbc9e73da3e11988557cf88fd935efd3e0b1e
1
2
3
4
5
6
7
8
9
package com.huawei.android.hms.agent.push.handler;
 
import com.huawei.android.hms.agent.common.ICallbackCode;
 
/**
 * getPushState 回调
 */
public interface GetPushStateHandler extends ICallbackCode {
}