1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-27 17:31:43 +00:00
reactos/modules/rosapps/nukecamp/NSView.h

8 lines
158 B
Objective-C

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