summaryrefslogtreecommitdiffstats
path: root/lib/libUPnP/Platinum/Build/Targets/universal-apple-macosx/CocoaTouchBrowser/CocoaTouchBrowser_Prefix.pch
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libUPnP/Platinum/Build/Targets/universal-apple-macosx/CocoaTouchBrowser/CocoaTouchBrowser_Prefix.pch')
-rwxr-xr-xlib/libUPnP/Platinum/Build/Targets/universal-apple-macosx/CocoaTouchBrowser/CocoaTouchBrowser_Prefix.pch9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libUPnP/Platinum/Build/Targets/universal-apple-macosx/CocoaTouchBrowser/CocoaTouchBrowser_Prefix.pch b/lib/libUPnP/Platinum/Build/Targets/universal-apple-macosx/CocoaTouchBrowser/CocoaTouchBrowser_Prefix.pch
new file mode 100755
index 0000000..d59fade
--- /dev/null
+++ b/lib/libUPnP/Platinum/Build/Targets/universal-apple-macosx/CocoaTouchBrowser/CocoaTouchBrowser_Prefix.pch
@@ -0,0 +1,9 @@
+//
+// Prefix header for all source files of the 'CocoaTouchBrowser' target in the 'CocoaTouchBrowser' project
+//
+#import <Availability.h>
+
+#ifdef __OBJC__
+ #import <Foundation/Foundation.h>
+ #import <UIKit/UIKit.h>
+#endif