mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
6fe4f11391
svn path=/trunk/; revision=40568
11 lines
123 B
Objective-C
11 lines
123 B
Objective-C
#import "NSView.h"
|
|
|
|
@implementation NSView
|
|
- (IBAction)fax:(id)sender {
|
|
|
|
}
|
|
|
|
- (IBAction)print:(id)sender {
|
|
|
|
}
|
|
@end
|