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