宠物店修改
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import "EGOCache.h"
|
||||
@interface DataCenter : NSObject
|
||||
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
-(void)setValue:(id)value forKey:(NSString*)key;
|
||||
// 获取数据
|
||||
-(id)valueForKey:(NSString*)key;
|
||||
@property (nonatomic, strong) EGOCache *cache;
|
||||
-(void)cacheinit:(NSString*)useid;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user