Loading...
Searching...
No Matches
NCUserLocationLayer.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3#import <UIKit/UIKit.h>
4
5
17DEFAULT_EXPORT_ATTRIBUTE
18@interface NCUserLocationLayer : NSObject
19
33- (void)setVisible:(BOOL)visible;
34
48- (BOOL)isVisible;
49
63- (void)setAnchor:(CGPoint)anchor;
64
79
94
95@end