add platform ios

This commit is contained in:
zhangqinghe
2014-01-20 18:27:31 +08:00
parent 7e8bfe5ee2
commit 69fa06cddd
10 changed files with 234 additions and 76 deletions
+18
View File
@@ -0,0 +1,18 @@
//
// PushTalkPlugin.h
// PushTalk
//
// Created by zhangqinghe on 13-12-13.
//
//
#import <Cordova/CDV.h>
@interface JPushPlugin : CDVPlugin{
}
-(void)setTagsWithAlias:(CDVInvokedUrlCommand*)command;
-(void)setTags:(CDVInvokedUrlCommand*)command;
-(void)setAlias:(CDVInvokedUrlCommand*)command;
@end