Loading...
Searching...
No Matches
NCBuilding.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3@class NCSublocation;
4
5
18DEFAULT_EXPORT_ATTRIBUTE
19@interface NCBuilding : NSObject
20
32- (nonnull NSArray<NCSublocation *> *)getSublocations;
33
46
58- (void)setActiveSublocationId:(int32_t)activeSublocationId;
59
60@end