add jpush event cache

This commit is contained in:
huangminlinux
2017-10-23 17:11:18 +08:00
parent 66932a8bc8
commit 3129165d3f
3 changed files with 26 additions and 1 deletions
+2
View File
@@ -8,6 +8,8 @@
#import <Cordova/CDV.h>
NSMutableDictionary *_jpushEventCache;
@interface JPushPlugin : CDVPlugin{
}