Skip to content

Commit 3dbaf9a

Browse files
committed
Make building for cpp
1 parent 534923c commit 3dbaf9a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

XBMC Remote/Kodi Remote-Prefix.pch

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#import "ConvenienceMacros.h"
22

3-
@import UIKit;
4-
@import Foundation;
3+
#ifdef __OBJC__
4+
#include <UIKit/UIKit.h>
5+
#include <Foundation/Foundation.h>
6+
#endif

0 commit comments

Comments
 (0)