iOS - add API

1.增加延迟启动 API
2.增加 doc 说明
3.优化代码
This commit is contained in:
pikacode
2016-12-15 14:51:15 +08:00
parent 30fbc6094f
commit eb0595e5c0
8 changed files with 82 additions and 11 deletions
+1
View File
@@ -12,4 +12,5 @@
@interface AppDelegate (JPush) <JPUSHRegisterDelegate>
-(void)registerForRemoteNotification;
-(void)startJPushSDK;
@end