get some command wrapper stuff working
This commit is contained in:
@@ -10,11 +10,9 @@
|
||||
|
||||
|
||||
@interface CommandWrapper : NSObject {
|
||||
|
||||
|
||||
IBOutlet NSTextField *textField;
|
||||
}
|
||||
- (void)doCommand;
|
||||
- (void)doPipedCommand;
|
||||
- (NSString *)doPipedCommand;
|
||||
- (void)doThreadedCommand;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user