started working on a ReactOS bootcamp management application. Just a mockup for now

svn path=/trunk/; revision=40568
This commit is contained in:
Steven Edwards 2009-04-18 02:03:33 +00:00
parent 06d7de1000
commit 6fe4f11391
3 changed files with 3248 additions and 0 deletions

View file

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