reactos/rosapps/nukecamp/NSView.h
2009-04-18 02:03:33 +00:00

9 lines
158 B
Objective-C

#import <Cocoa/Cocoa.h>
@interface NSView : NSResponder {
IBOutlet NSView *nextKeyView;
}
- (IBAction)fax:(id)sender;
- (IBAction)print:(id)sender;
@end