|
@@ -16,8 +16,8 @@
|
|
@end
|
|
@end
|
|
|
|
|
|
@interface BaseWeatherModel : BaseModel
|
|
@interface BaseWeatherModel : BaseModel
|
|
-@property(nonatomic, copy) NSString* cityId;
|
|
|
|
-@property(nonatomic, copy) NSString* myTextCode; //自定义气象Code
|
|
|
|
|
|
+//@property(nonatomic, copy) NSString* cityId;
|
|
|
|
+//@property(nonatomic, copy) NSString* myTextCode; //自定义气象Code
|
|
@property(nonatomic, copy) NSString* textCode; //原始气象Code
|
|
@property(nonatomic, copy) NSString* textCode; //原始气象Code
|
|
@property(nonatomic, assign) NSInteger high;
|
|
@property(nonatomic, assign) NSInteger high;
|
|
@property(nonatomic, assign) NSInteger low;
|
|
@property(nonatomic, assign) NSInteger low;
|
|
@@ -36,7 +36,6 @@
|
|
@property(nonatomic, assign) NSInteger positionTime;
|
|
@property(nonatomic, assign) NSInteger positionTime;
|
|
@property(nonatomic, copy) NSString* address; //地址
|
|
@property(nonatomic, copy) NSString* address; //地址
|
|
@property(nonatomic, copy) NSString* adressPoint; //地址
|
|
@property(nonatomic, copy) NSString* adressPoint; //地址
|
|
-@property(nonatomic, copy) BaseWeatherModel* weatherResult;
|
|
|
|
- (BOOL)isCoordinatesValid;
|
|
- (BOOL)isCoordinatesValid;
|
|
- (CLLocationCoordinate2D)getCoordinates;
|
|
- (CLLocationCoordinate2D)getCoordinates;
|
|
- (void)setCoordinates:(double)lat lng:(double)lng;
|
|
- (void)setCoordinates:(double)lat lng:(double)lng;
|
|
@@ -149,6 +148,7 @@ typedef enum : NSUInteger {
|
|
@property(nonatomic, assign) NSInteger role;
|
|
@property(nonatomic, assign) NSInteger role;
|
|
@property(nonatomic, copy) DeviceModel* device;
|
|
@property(nonatomic, copy) DeviceModel* device;
|
|
@property(nonatomic, copy) BaseCoordinatesModel* lastLocation;
|
|
@property(nonatomic, copy) BaseCoordinatesModel* lastLocation;
|
|
|
|
+@property(nonatomic, copy) BaseWeatherModel* weather;
|
|
- (BOOL)isChildSelected:(NSString*)cid;
|
|
- (BOOL)isChildSelected:(NSString*)cid;
|
|
@end
|
|
@end
|
|
|
|
|
|
@@ -196,7 +196,7 @@ typedef enum : NSUInteger {
|
|
@end
|
|
@end
|
|
|
|
|
|
@interface StrangerInterceptModel : BaseModel
|
|
@interface StrangerInterceptModel : BaseModel
|
|
-@property(nonatomic, assign) NSInteger toggle;
|
|
|
|
|
|
+@property(nonatomic, assign) NSInteger isEnable;
|
|
@end
|
|
@end
|
|
|
|
|
|
@interface SchoolTimeModel : BaseRepeatsModel
|
|
@interface SchoolTimeModel : BaseRepeatsModel
|