Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / xcode iOS / Tutorial 1 / Tutorial 1-Prefix.pch
1 //
2 // Prefix header for all source files of the 'Tutorial 1' target in the 'Tutorial 1' project
3 //
4
5 #import <Availability.h>
6
7 #ifndef __IPHONE_5_0
8 #warning "This project uses features only available in iOS SDK 5.0 and later."
9 #endif
10
11 #ifdef __OBJC__
12     #import <UIKit/UIKit.h>
13     #import <Foundation/Foundation.h>
14 #endif