MyPushService.java 193 B

1234567891011
  1. package com.bgy.autosale.payutil;
  2. import com.igexin.sdk.PushService;
  3. /**
  4. * @author whw
  5. * @time 2019/3/27
  6. * @Description 个推服务
  7. */
  8. public class MyPushService extends PushService {
  9. }