Map Doc  1.0
iOS-引擎SDK-开放平台
MBKeywordSuggestionItem.h
浏览该文件的文档.
1 //
2 // MBKeywordSuggestionItem.h
3 // iNaviCore
4 //
5 // Created by renzc on 2018/2/7.
6 // Copyright © 2018年 Mapbar. All rights reserved.
7 //
8 
9 #import "MBObject.h"
10 
12 @property (nonatomic, readonly, copy) NSString *keyword;
13 @end
Definition: MBObject.h:16
NSString * keyword
Definition: MBKeywordSuggestionItem.h:12
Definition: MBKeywordSuggestionItem.h:11