UPushConfigService.java 276 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 package com.brframework.commonapppush.service; import com.brframework.commonapppush.domain.UPushConfig; /** * 友盟推送配置 * @author xu * @date 2019/11/18 19:39 */ public interface UPushConfigService { UPushConfig get(); void set(UPushConfig config); }