Changes to support multiple connections.

This commit is contained in:
Gregory John Casamento 2020-02-09 05:30:35 -05:00
parent 4b1d3c679f
commit 031868f73e
7 changed files with 45 additions and 35 deletions

View file

@ -33,8 +33,8 @@
*/
@interface GSSpeechRecognitionEngine : NSObject
- (void) startListening;
- (void) stopListening;
- (void) start;
- (void) stop;
@end