add open notification evnet when app is launching

This commit is contained in:
zhangqinghe
2015-04-10 13:42:25 +08:00
parent 2dbd0cb248
commit ff86dc1230
2 changed files with 23 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@
}
+(void)setLaunchOptions:(NSDictionary *)theLaunchOptions;
-(void)setTagsWithAlias:(CDVInvokedUrlCommand*)command;
-(void)setTags:(CDVInvokedUrlCommand*)command;
-(void)setAlias:(CDVInvokedUrlCommand*)command;