mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 16:21:56 +00:00
9 lines
150 B
C
9 lines
150 B
C
|
#import "GSSpeechRecognitionServer.h"
|
||
|
#import <AppKit/NSSpeechRecognizer.h>
|
||
|
|
||
|
|
||
|
@interface GSSpeechRecognizer : NSSpeechRecognizer {
|
||
|
}
|
||
|
- (id)init;
|
||
|
@end
|