Skip to content

Commit 0b4ae57

Browse files
rroy1590rroy-fitbit
authored andcommitted
use #import for linking as framework
1 parent ead85d4 commit 0b4ae57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)