| | |
| | | |
| | | #import <Foundation/Foundation.h> |
| | | #import "BaseResModel.h" |
| | | #import "DeviceSpareModel.h" |
| | | #import "Room.h" |
| | | |
| | | @interface Global : NSObject |
| | | |
| | |
| | | |
| | | +(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; |