init project
This commit is contained in:
19
ios/Classes/AMapFlutterFactory.h
Normal file
19
ios/Classes/AMapFlutterFactory.h
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// AMapFlutterFactory.h
|
||||
// amap_map
|
||||
//
|
||||
// Created by lly on 2020/10/29.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Flutter/Flutter.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface AMapFlutterFactory : NSObject<FlutterPlatformViewFactory>
|
||||
|
||||
- (instancetype)initWithRegistrar:(NSObject<FlutterPluginRegistrar> *)registrar;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user