zxing/objc/ios_Prefix.pch
smparkes@smparkes.net 47b28a4edb objective c port for iOS and OS X
git-svn-id: https://zxing.googlecode.com/svn/trunk@1773 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2011-05-17 02:07:56 +00:00

9 lines
216 B
Plaintext

//
// Prefix header for all source files of the 'CocoaTouchStaticLibrary' target in the 'CocoaTouchStaticLibrary' project.
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif