summaryrefslogtreecommitdiffstats
path: root/iphone/include/prefix.pch
blob: a7bdae5fb3e5e952f7f7bd8cc66d7bd931eb943f (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef __OBJC__
# import <Foundation/Foundation.h>
# import <CoreFoundation/CoreFoundation.h>
# import <CoreGraphics/CoreGraphics.h>
# import <UIKit/UIKit.h>
# import <QuartzCore/QuartzCore.h>
# import <AVFoundation/AVFoundation.h>
# import <CoreMedia/CoreMedia.h>
# import <CoreVideo/CoreVideo.h>
#endif