root/tags/2C10/Colloquy.pch

Revision 1823, 101 bytes (checked in by timothy, 4 years ago)

Moved Colloquy to a pre-compiled header. Removed all #imports that are part of the Cocoa, WebKit? and AGRegex frameworks. Removed all @class declarations that are part of the Cocoa frameworks.

Line 
1 #ifdef __OBJC__
2 #import <Cocoa/Cocoa.h>
3 #import <WebKit/WebKit.h>
4 #import <AGRegex/AGRegex.h>
5 #endif
Note: See TracBrowser for help on using the browser.