mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
6fe4f11391
svn path=/trunk/; revision=40568
9 lines
158 B
Objective-C
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
|