Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
17
iphone/Maps/Classes/CarPlay/MWMCarPlaySearchService.h
Normal file
17
iphone/Maps/Classes/CarPlay/MWMCarPlaySearchService.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class MWMCarPlaySearchResultObject;
|
||||
|
||||
API_AVAILABLE(ios(12.0))
|
||||
NS_SWIFT_NAME(CarPlaySearchService)
|
||||
@interface MWMCarPlaySearchService : NSObject
|
||||
@property(strong, nonatomic, readonly) NSArray<MWMCarPlaySearchResultObject *> *lastResults;
|
||||
|
||||
- (instancetype)init;
|
||||
|
||||
- (void)searchText:(NSString *)text
|
||||
forInputLocale:(NSString *)inputLocale
|
||||
completionHandler:(void (^)(NSArray<MWMCarPlaySearchResultObject *> *searchResults))completionHandler;
|
||||
- (void)saveLastQuery;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Loading…
Add table
Add a link
Reference in a new issue