mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-04-20 23:26:22 +08:00
7 lines
135 B
Java
7 lines
135 B
Java
package cn.jiguang.cordova.push;
|
|
|
|
import cn.jpush.android.service.JCommonService;
|
|
|
|
public class PushService extends JCommonService {
|
|
}
|