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
34@property (nonatomic, nonnull, readonly) NCPoint * point;
35
49@property (nonatomic, readonly) int32_t locationId;
50
64@property (nonatomic, readonly) int32_t sublocationId;
65
79@property (nonatomic, readonly) int32_t id;
80
94@property (nonatomic, nonnull, readonly) NSString * name;
95
109@property (nonatomic, nonnull, readonly) NSString * phone;
110
124@property (nonatomic, nonnull, readonly) NSString * descript;
125
139@property (nonatomic, nonnull, readonly) NSString * alias;
140
154@property (nonatomic, readonly) int32_t categoryId;
155
169@property (nonatomic, nullable, readonly) NSString * imageUrl;
170
171@end