add command wrapper class
This commit is contained in:
20
tools/Quickdev16/CommandWrapper.h
Normal file
20
tools/Quickdev16/CommandWrapper.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// CommandWrapper.h
|
||||
// Quickdev16
|
||||
//
|
||||
// Created by David Voswinkel on 09-09-01.
|
||||
// Copyright 2009 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
|
||||
@interface CommandWrapper : NSObject {
|
||||
|
||||
|
||||
IBOutlet NSTextField *textField;
|
||||
}
|
||||
- (void)doCommand;
|
||||
- (void)doPipedCommand;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user