22 lines
589 B
C
22 lines
589 B
C
|
//////////////////////////////////////////////////////////
|
||
|
// GENERATED BY FLUTTIFY. DO NOT EDIT IT.
|
||
|
//////////////////////////////////////////////////////////
|
||
|
|
||
|
#import <Foundation/Foundation.h>
|
||
|
#import <AMapSearchKit/AMapSearchKit.h>
|
||
|
|
||
|
@protocol FlutterPluginRegistrar;
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface AMapNearbySearchManagerDelegate_Anonymous : NSObject<AMapNearbySearchManagerDelegate>
|
||
|
|
||
|
- (instancetype) initWithFlutterPluginRegistrar: (NSObject <FlutterPluginRegistrar> *) registrar;
|
||
|
|
||
|
@property(nonatomic) NSObject<FlutterPluginRegistrar>* registrar;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|
||
|
|