mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:40:48 +00:00
8 lines
150 B
Objective-C
8 lines
150 B
Objective-C
#import "GSSpeechRecognitionServer.h"
|
|
#import <AppKit/NSSpeechRecognizer.h>
|
|
|
|
|
|
@interface GSSpeechRecognizer : NSSpeechRecognizer {
|
|
}
|
|
- (id)init;
|
|
@end
|