summaryrefslogtreecommitdiff
path: root/pluma/osx/pluma-osx-delegate.h
blob: f6eb2ae5c43b521f6ef28ebb1083b99a0f6dc3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef PLUMA_OSX_DELEGATE_H_
#define PLUMA_OSX_DELEGATE_H_

#import <Foundation/NSAppleEventManager.h>

@interface PlumaOSXDelegate : NSObject
{
}

-(id) init;
-(void) openFiles:(NSAppleEventDescriptor*)event
        withReply:(NSAppleEventDescriptor*)reply;

@end

#endif /* PLUMA_OSX_DELEGATE_H_ */