Skip to content

Commit f4d4835

Browse files
committed
use #import for linking as framework
1 parent a442527 commit f4d4835

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

KVNProgress/Categories/UIColor+KVNContrast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2015 Pinch. All rights reserved.
77
//
88

9-
@import UIKit;
9+
#import <UIKit/UIKit.h>
1010

1111
@interface UIColor (KVNContrast)
1212

KVNProgress/Categories/UIImage+KVNEmpty.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright (c) 2014 Kevin Hirsch. All rights reserved.
77
//
88

9-
@import UIKit;
9+
#import <UIKit/UIKit.h>
1010

1111
@interface UIImage (KVNEmpty)
1212

KVNProgress/Categories/UIImage+KVNImageEffects.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
5/3/2013
9494
*/
9595

96-
@import UIKit;
96+
#import <UIKit/UIKit.h>
9797

9898
@interface UIImage (KVNImageEffects)
9999

0 commit comments

Comments
 (0)