mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:40:47 +00:00
5 lines
133 B
Objective-C
5 lines
133 B
Objective-C
#import "GSSpeechRecognitionServer.h"
|
|
#import <AppKit/NSSpeechRecognizer.h>
|
|
|
|
@interface GSSpeechRecognizer : NSSpeechRecognizer
|
|
@end
|