Loading...
Searching...
No Matches
LocationWindowCommonExample.h
Go to the documentation of this file.
1#import <Foundation/Foundation.h>
2
4@class NCLocationView;
5@class NCPoint;
6@class NCCamera;
8@class NCIconMapObject;
12@class NCPickListener;
13@class NCInputListener;
14@class NCCameraListener;
16@class NCDebugFlag;
17@class NCAnimationType;
18
23@interface LocationWindowCommonExample : NSObject
24
25- (instancetype)init;
26- (void)runExample;
28
29@end