skia2/experimental/SimpleiOSApp/SimpleiOSApp_Prefix.pch
yangsu@google.com 688823f5d3 Added SimpleiOSApp and updated iOSSampleApp
git-svn-id: http://skia.googlecode.com/svn/trunk@2202 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-08-30 19:14:13 +00:00

9 lines
185 B
Plaintext

//
// Prefix header for all source files of the 'iosshell' target in the 'iosshell' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif