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.
23 lines
307 B
Objective-C
23 lines
307 B
Objective-C
//
|
|
// BMFTileModel.m
|
|
// flutter_bmfmap
|
|
//
|
|
// Created by zhangbaojin on 2020/3/20.
|
|
//
|
|
|
|
#import "BMFTileModel.h"
|
|
#import "BMFMapModels.h"
|
|
|
|
@implementation BMFTileModel
|
|
|
|
+ (NSDictionary *)bmf_setupReplacedKeyFromPropertyName{
|
|
return @{@"Id" : @"id"};
|
|
}
|
|
|
|
@end
|
|
|
|
@implementation BMFTileModelOptions
|
|
|
|
@end
|
|
|