admin
2020-07-14 41b23417cd62af3cd77b695a2b03446243431fc1
1
2
3
4
5
6
7
8
package com.yeshi.ec.rebate.myapplication.callBack;
 
/**
 * 消息推送传送接口
 */
public interface MessagePush {
    void MessagePush(boolean b);
}