Fix transcript in transfer window.
[cyberduck.git] / source / org / rococoa / native / Rococoa.h
blob427b07f40b930568cb9f1d64bb3fbe6a6d0fbb82
1 #import <Cocoa/Cocoa.h>
2 #include <objc/objc-runtime.h>
4 void callOnMainThread(void (*fn)(), BOOL waitUntilDone);
6 @interface RococoaHelper : NSObject
7 + (void) callback: (NSValue*) fn;
8 @end