[RAPPS]
[reactos.git] / rosapps / nukecamp / NSView.m
1 #import "NSView.h"
2
3 @implementation NSView
4 - (IBAction)fax:(id)sender {
5
6 }
7
8 - (IBAction)print:(id)sender {
9
10 }
11 @end