mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-09 20:27:46 +08:00
15 lines
353 B
Plaintext
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
|