root/platform/quicksilver/RubyCocoaPlugin/RubyCocoaPlugin_Prefix.pch @ 30910

Revision 6036, 274 bytes (checked in by mootoh, 5 years ago)

platform/quicksilver/RubyCocoaPlugin: add a hello world Quicksilver plugin using RubyCocoa?.

Line 
1//
2// Prefix header for all source files of the 'RubyCocoaPlugin' target in the 'RubyCocoaPlugin' project
3//
4
5#ifdef __OBJC__
6#import <Cocoa/Cocoa.h>
7#import <QSFoundation/QSFoundation.h>
8#import <QSCore/QSCore.h>
9#endif
10
11
12#define kRubyCocoaPluginType @"RubyCocoaPluginType"
Note: See TracBrowser for help on using the browser.