Skip to content

Commit e742ca5

Browse files
committed
fixup: UIKit
1 parent c139da8 commit e742ca5

File tree

7 files changed

+3
-7
lines changed

7 files changed

+3
-7
lines changed

XBMC Remote/Extensions/UIBarButtonItem+Extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
9+
@import UIKit;
1010

1111
@interface UIBarButtonItem (Extensions)
1212

XBMC Remote/Extensions/UIColor+Extensions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
109
@import UIKit;
1110

1211
@interface UIColor (Extensions)

XBMC Remote/Extensions/UIImage+Extensions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
109
@import UIKit;
1110

1211
@interface UIImage (Extensions)

XBMC Remote/Extensions/UIImageView+Extensions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
109
@import UIKit;
1110

1211
@interface UIImageView (Extensions)

XBMC Remote/Extensions/UILabel+Extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
9+
@import UIKit;
1010

1111
@interface UILabel (Extensions)
1212

XBMC Remote/Extensions/UIView+Extensions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
109
@import UIKit;
1110

1211
@interface UIView (Extensions)

XBMC Remote/Extensions/UIViewController+Extensions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2026 Team Kodi. All rights reserved.
77
//
88

9-
@import Foundation;
9+
@import UIKit;
1010

1111
@interface UIViewController (Extensions)
1212

0 commit comments

Comments
 (0)