add command wrapper class
This commit is contained in:
@@ -2,18 +2,9 @@
|
||||
|
||||
@interface AppController : NSObject {
|
||||
IBOutlet NSTextField *textField;
|
||||
IBOutlet NSColorWell *colorWell;
|
||||
IBOutlet NSButton *stopButton;
|
||||
IBOutlet NSTableView *tableView;
|
||||
NSSpeechSynthesizer *speechSynth;
|
||||
}
|
||||
- (IBAction)sayIt:(id)sender;
|
||||
- (IBAction)stopIt:(id)sender;
|
||||
- (IBAction)changeTextColor:(id)sender;
|
||||
- (void)speechSynthesizer:(NSSpeechSynthesizer *)send
|
||||
didFinishSpeaking:(BOOL)finishedSpeaking;
|
||||
- (int)numberOfRowsInTableView:(NSTableView *) aTableView;
|
||||
-(id)tableView:(NSTableView*) aTableView
|
||||
objectValueForTableColumn:(NSTableColumn *) aTableColumn row:(int)row;
|
||||
- (IBAction)romInfo:(id)sender;
|
||||
- (IBAction)romUpload:(id)sender;
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user