amap_location_fluttify/ios/Classes/Anonymous/AMapLocationManagerDelegate...

22 lines
585 B
C
Raw Permalink Normal View History

2024-11-17 15:42:58 +08:00
//////////////////////////////////////////////////////////
// GENERATED BY FLUTTIFY. DO NOT EDIT IT.
//////////////////////////////////////////////////////////
#import <Foundation/Foundation.h>
#import <AMapLocationKit/AMapLocationKit.h>
@protocol FlutterPluginRegistrar;
NS_ASSUME_NONNULL_BEGIN
@interface AMapLocationManagerDelegate_Anonymous : NSObject<AMapLocationManagerDelegate>
- (instancetype) initWithFlutterPluginRegistrar: (NSObject <FlutterPluginRegistrar> *) registrar;
@property(nonatomic) NSObject<FlutterPluginRegistrar>* registrar;
@end
NS_ASSUME_NONNULL_END