Statistics
| Branch: | Revision:

root / asi-http-request-with-pithos / iPhone Sample / iPhone_Prefix.pch @ 2f6bc433

History | View | Annotate | Download (280 Bytes)

1
//
2
// Prefix header for all source files of the 'iPhone' target in the 'iPhone' project
3
//
4

    
5
// See: https://devforums.apple.com/thread/66169?start=25&tstart=0
6
#import <TargetConditionals.h>
7

    
8
#ifdef __OBJC__
9
    #import <Foundation/Foundation.h>
10
    #import <UIKit/UIKit.h>
11
#endif