1#import <Cocoa/Cocoa.h>
2
3@interface IrDAActions : NSObject
4{
5}
6- (IBAction)StartIrDA:(id)sender;
7- (IBAction)StopIrDA:(id)sender;
8@end
9