]> git.sesse.net Git - vlc/blobdiff - projects/macosx/framework/VLC_Prefix.pch
VLCKit: Import MobileVLCKit.
[vlc] / projects / macosx / framework / VLC_Prefix.pch
index ca028e04d924d85029f7582ca05b8c0f239bb71d..4ed8b7340368ec77415721046806412b06b68291 100644 (file)
@@ -3,8 +3,16 @@
 //
 
 
+#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
+# define IPHONE_OS
+#endif
+
 #ifdef __OBJC__
-    #import <Cocoa/Cocoa.h>
+# ifndef IPHONE_OS
+#  import <Cocoa/Cocoa.h>
+# else
+#  import <UIKit/UIKit.h>
+# endif
 #endif
 
 #ifdef HAVE_CONFIG_H