Loading...
Searching...
No Matches
NCLocationView.h
Go to the documentation of this file.
1#import <UIKit/UIKit.h>
2#import "NCExport.h"
3#import "NCAnimationType.h"
4#import "NCLocationWindow.h"
5
6NS_ASSUME_NONNULL_BEGIN
7
10@class NCIconMapObject;
11@class NCLocationPoint;
14@class NCPoint;
15@class NCCamera;
16
17@protocol NCPickListener;
18
30DEFAULT_EXPORT_ATTRIBUTE
31@interface NCLocationView : UIView
32
36- (id)initWithCoder:(NSCoder *)aDecoder;
37
41- (id)initWithFrame:(CGRect)frame;
42
48@property (nonatomic, readonly) NCLocationWindow* locationWindow;
49
50@end
51
52NS_ASSUME_NONNULL_END