mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
12 lines
123 B
Mathematica
12 lines
123 B
Mathematica
|
#import "NSView.h"
|
||
|
|
||
|
@implementation NSView
|
||
|
- (IBAction)fax:(id)sender {
|
||
|
|
||
|
}
|
||
|
|
||
|
- (IBAction)print:(id)sender {
|
||
|
|
||
|
}
|
||
|
@end
|