99.imdk_unity 上传
This commit is contained in:
18
Assets/99.imdk_unity/Runtime/Plugins/iOS/NativeLocation.h
Normal file
18
Assets/99.imdk_unity/Runtime/Plugins/iOS/NativeLocation.h
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// NativeLocation.h
|
||||
// Immersal SDK
|
||||
//
|
||||
// Created by Mikko on 29/05/2020.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreLocation/CoreLocation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface NativeLocation : NSObject <CLLocationManagerDelegate>
|
||||
|
||||
- (NativeLocation *)init;
|
||||
- (void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray *)locations;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user