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
5
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCZone : NSObject
20
24@property (nonatomic, nonnull, readonly) NCPolygon * polygon;
25
29@property (nonatomic, readonly) int32_t locationId;
30
34@property (nonatomic, readonly) int32_t sublocationId;
35
39@property (nonatomic, readonly) int32_t id;
40
44@property (nonatomic, nonnull, readonly) NSString * name;
45
49@property (nonatomic, nonnull, readonly) NSString * color;
50
54@property (nonatomic, nonnull, readonly) NSString * alias;
55
56@end