mirror of
https://github.com/ZaidElkurdi/AssistantPlus.git
synced 2025-01-22 11:28:31 +00:00
12 lines
170 B
Objective-C
12 lines
170 B
Objective-C
//
|
|
// AssistantQueryParser.h
|
|
//
|
|
//
|
|
// Created by Zaid Elkurdi on 3/7/15.
|
|
//
|
|
//
|
|
|
|
@interface AssistantQueryParser : NSObject
|
|
- (BOOL)handleQuery:(NSString*)query;
|
|
@end
|