AssistantPlus/hellosnippet/APHelloSnippetCommands.h
ZaidElkurdi 15725a9931 - <APSiriSession> for public API
- Pre and Post installation scripts
- Location Daemon
2015-03-17 23:42:48 -07:00

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