"Fossies" - the Fresh Open Source Software Archive

Member "xdelta3-3.0.11/examples/iOS/xdelta3-ios-test/xdelta3-ios-test/xdelta3-ios-test-Prefix.pch" (24 Mar 2015, 335 Bytes) of package /linux/misc/xdelta3-3.0.11.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 //
    2 // Prefix header for all source files of the 'xdelta3-ios-test' target in the 'xdelta3-ios-test' 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