Loading...
Searching...
No Matches
NCVenue.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPoint.h"
3#import <Foundation/Foundation.h>
4
5
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCVenue : NSObject
20
24@property (nonatomic, nonnull, readonly) NCPoint * point;
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 * phone;
50
54@property (nonatomic, nonnull, readonly) NSString * descript;
55
59@property (nonatomic, nonnull, readonly) NSString * alias;
60
64@property (nonatomic, readonly) int32_t categoryId;
65
69@property (nonatomic, nullable, readonly) NSString * imageUrl;
70
71@end