lijunda
2018-08-16 64b0493e4bd40c46e341fd5de9f1862998c431b0
pregnancy_guard/BaseProject/Global/Global.h
@@ -8,8 +8,6 @@
#import <Foundation/Foundation.h>
#import "BaseResModel.h"
#import "DeviceSpareModel.h"
#import "Room.h"
@interface Global : NSObject
@@ -37,12 +35,11 @@
+(BaseResModel *)toBaseModel:(id) responseBody;
+(void)setCurrentDevice:(DeviceSpareModel*) device;
+(NSString *)convertToJsonData:(NSDictionary *)dict;
+ (NSString *)arrayToJSONString:(NSDictionary *)array;
extern NSMutableDictionary * _loginUser;
extern DeviceSpareModel * _selectedDevice;
extern NSString * _curDeviceName;
extern Room * _sel_room;
extern BOOL  _bConnectSuccess;
extern NSString * _curReceiveHexValue;
extern int  _curPage;