Removing the use of private CoreGraphics APIs to draw shadows, and replacing with...
[ITKit.git] / ITKit_Prefix.pch
1 //
2 // Prefix header for all source files of the 'ITKit' target in the 'ITKit' project.
3 //
4
5 #ifdef __OBJC__
6         #import <Foundation/Foundation.h>
7         #import <ITFoundation/ITFoundation.h>
8         #import <AppKit/AppKit.h>
9 #endif