#import @interface GSSpeechRecognitionServer + (void)start; @end int main(void) { [NSAutoreleasePool new]; [GSSpeechRecognitionServer start]; return 0; }