mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-04-13 19:06:26 +08:00
adjust glable var to static
This commit is contained in:
parent
0cbedb412c
commit
22b6d9a006
@ -8,7 +8,7 @@
|
||||
|
||||
#import <Cordova/CDV.h>
|
||||
|
||||
NSMutableDictionary *_jpushEventCache;
|
||||
static NSMutableDictionary *_jpushEventCache;
|
||||
|
||||
@interface JPushPlugin : CDVPlugin{
|
||||
|
||||
@ -89,7 +89,7 @@ NSMutableDictionary *_jpushEventCache;
|
||||
|
||||
@end
|
||||
|
||||
JPushPlugin *SharedJPushPlugin;
|
||||
static JPushPlugin *SharedJPushPlugin;
|
||||
|
||||
@interface NSDictionary (JPush)
|
||||
-(NSString*)toJsonString;
|
||||
|
Loading…
x
Reference in New Issue
Block a user