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
20DEFAULT_EXPORT_ATTRIBUTE
21@interface NCUserLocationLayer : NSObject
22
36- (void)setVisible:(BOOL)visible;
37
51- (BOOL)isVisible;
52
66- (void)setAnchor:(CGPoint)anchor;
67
82
97
98@end