2020-07-04 14:41:25 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef SingleLocPlugin_h
|
|
|
|
|
#define SingleLocPlugin_h
|
|
|
|
|
#import <BMKLocationkit/BMKLocationAuth.h>
|
|
|
|
|
#import <BMKLocationkit/BMKLocationComponent.h>
|
|
|
|
|
|
|
|
|
|
@interface SingleLocPlugin : NSObject
|
2020-07-10 18:50:21 +08:00
|
|
|
@property (assign, nonatomic)NSString *unityListner;
|
|
|
|
|
@property(nonatomic, strong) BMKLocationManager *locationManager;
|
|
|
|
|
@property(nonatomic, copy) BMKLocatingCompletionBlock completionBlock;
|
2020-07-04 14:41:25 +08:00
|
|
|
@end
|
|
|
|
|
#endif
|