You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
305 B
Objective-C

//
// BMFCircleModel.m
// flutter_bmfmap
//
// Created by zbj on 2020/2/15.
//
#import "BMFCircleModel.h"
#import "BMFMapModels.h"
@implementation BMFCircleModel
+ (NSDictionary *)bmf_setupReplacedKeyFromPropertyName{
return @{@"Id" : @"id"};
}
@end
@implementation BMFCircleViewOptions
@end