// // AppDelegate.h // MacClient2 // // Created by BenoƮt et Kathy on 2013-05-08. // // #import #import #import @interface AppDelegate : NSObject { @public NSWindow* window; rdpContext* context; MRDPView* mrdpView; } - (void) rdpConnectError: (NSString*) customMessage; @property (assign) IBOutlet NSWindow *window; @property (assign) rdpContext *context; @end