Files
RETableViewManager/RETableViewManagerExample/RETableViewManagerExample/RETableViewManagerExample-Prefix.pch
2013-02-28 19:47:18 -06:00

15 lines
353 B
Plaintext

//
// Prefix header for all source files of the 'RETableViewManagerExample' target in the 'RETableViewManagerExample' 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