Loading...
Searching...
No Matches
NCZone.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPolygon.h"
3#import <Foundation/Foundation.h>
4#import <UIKit/UIKit.h>
5
6
19DEFAULT_EXPORT_ATTRIBUTE
20@interface NCZone : NSObject
21
35@property (nonatomic, nonnull, readonly) NCPolygon * polygon;
36
50@property (nonatomic, readonly) int32_t locationId;
51
65@property (nonatomic, readonly) int32_t sublocationId;
66
80@property (nonatomic, readonly) int32_t id;
81
96@property (nonatomic, nullable, readonly) NSNumber * guid;
97
111@property (nonatomic, nonnull, readonly) NSString * name;
112
126@property (nonatomic, nonnull, readonly) UIColor * color;
127
141@property (nonatomic, nonnull, readonly) NSString * alias;
142
149@property (nonatomic, readonly, getter=isValid) BOOL valid;
150
151@end