mirror of
https://github.com/ZaidElkurdi/AssistantPlus.git
synced 2025-01-22 11:28:31 +00:00
15725a9931
- Pre and Post installation scripts - Location Daemon
9 lines
220 B
Objective-C
9 lines
220 B
Objective-C
#import "AssistantPlusHeaders.h"
|
|
|
|
@interface APHelloSnippetCommands : NSObject<APPluginCommand>
|
|
|
|
-(BOOL)handleSpeech:(NSString*)text withTokens:(NSSet*)tokens withSession:(id<APSiriSession>)session;
|
|
|
|
@end
|
|
// vim:ft=objc
|