mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
9 lines
181 B
Plaintext
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
|