2011-11-07 16:52:18 -06:00
|
|
|
#ifndef PLUMA_OSX_DELEGATE_H_
|
|
|
|
#define PLUMA_OSX_DELEGATE_H_
|
2011-11-07 13:46:58 -06:00
|
|
|
|
|
|
|
#import <Foundation/NSAppleEventManager.h>
|
|
|
|
|
2011-11-07 16:52:18 -06:00
|
|
|
@interface PlumaOSXDelegate : NSObject
|
2011-11-07 13:46:58 -06:00
|
|
|
{
|
|
|
|
}
|
|
|
|
|
|
|
|
-(id) init;
|
|
|
|
-(void) openFiles:(NSAppleEventDescriptor*)event
|
|
|
|
withReply:(NSAppleEventDescriptor*)reply;
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
2011-11-07 16:52:18 -06:00
|
|
|
#endif /* PLUMA_OSX_DELEGATE_H_ */
|