AssistantPlus/customreply/customreply/customReplyCommands.h
2015-03-29 19:07:27 -07:00

15 lines
387 B
Objective-C

//
// customReplyCommands.h
// customreply
//
// Created by Zaid Elkurdi on 3/22/15.
// Copyright (c) 2015 Zaid Elkurdi. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "AssistantPlusHeaders.h"
@interface customReplyCommands : NSObject <APPluginCommand>
-(BOOL)handleSpeech:(NSString *)text withTokens:(NSSet *)tokens withSession:(id<APSiriSession>)session;
@end