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
33@property (nonatomic, nonnull, readonly) NCPoint * point;
34
47@property (nonatomic, readonly) int32_t locationId;
48
61@property (nonatomic, readonly) int32_t sublocationId;
62
75@property (nonatomic, readonly) int32_t id;
76
89@property (nonatomic, nonnull, readonly) NSString * name;
90
103@property (nonatomic, nonnull, readonly) NSString * phone;
104
117@property (nonatomic, nonnull, readonly) NSString * descript;
118
131@property (nonatomic, nonnull, readonly) NSString * alias;
132
145@property (nonatomic, readonly) int32_t categoryId;
146
159@property (nonatomic, nullable, readonly) NSString * imageUrl;
160
161@end