init project
This commit is contained in:
20
ios/Classes/Category/MAAnnotationView+Flutter.h
Normal file
20
ios/Classes/Category/MAAnnotationView+Flutter.h
Normal file
@ -0,0 +1,20 @@
|
||||
//
|
||||
// MAAnnotationView+Flutter.h
|
||||
// amap_map
|
||||
//
|
||||
// Created by lly on 2020/11/5.
|
||||
//
|
||||
|
||||
#import <MAMapKit/MAMapKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class AMapMarker;
|
||||
|
||||
@interface MAAnnotationView (Flutter)
|
||||
|
||||
- (void)updateViewWithMarker:(AMapMarker *)marker;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
Reference in New Issue
Block a user