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