init project
This commit is contained in:
23
ios/Classes/AMapViewController.h
Normal file
23
ios/Classes/AMapViewController.h
Normal file
@ -0,0 +1,23 @@
|
||||
//
|
||||
// AMapViewController.h
|
||||
// amap_map
|
||||
//
|
||||
// Created by lly on 2020/10/29.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Flutter/Flutter.h>
|
||||
#import <MAMapKit/MAMapKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface AMapViewController : NSObject<FlutterPlatformView>
|
||||
|
||||
- (instancetype)initWithFrame:(CGRect)frame
|
||||
viewIdentifier:(int64_t)viewId
|
||||
arguments:(id _Nullable)args
|
||||
registrar:(NSObject<FlutterPluginRegistrar>*)registrar;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user