Getting things working
[RExecServer.git] / RApplication.h
blobcefaa34413d46ebda46b53cb30af30fc6b509bfc
1 //
2 // RApplication.h
3 // RExecServer
4 //
5 // Created by Byron Ellis on 6/26/07.
6 // Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
12 @interface RApplication : NSApplication {
16 @end