Files
IOS7ScrollViews/iOS7ScrollViews/iOS7ScrollViews-Prefix.pch
Pierre Felgines 6b43f2766d First commit
2013-06-20 20:11:17 +02:00

15 lines
333 B
Plaintext

//
// Prefix header for all source files of the 'iOS7ScrollViews' target in the 'iOS7ScrollViews' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iOS SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif