We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0955169 commit b6f96f2Copy full SHA for b6f96f2
XBMC Remote/Kodi Remote-Prefix.pch
@@ -1,3 +1,6 @@
1
-#import <UIKit/UIKit.h>
2
-#import <Foundation/Foundation.h>
3
#import "ConvenienceMacros.h"
+
+#ifdef __OBJC__
4
+ #import <UIKit/UIKit.h>
5
+ #import <Foundation/Foundation.h>
6
+#endif
0 commit comments