Files
cappuccino/Tools/NativeHost/NativeHost_Prefix.pch
T
2010-04-25 22:33:31 -07:00

9 lines
181 B
Plaintext

//
// Prefix header for all source files of the 'NativeHost' target in the 'NativeHost' project
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
#endif