Skip to content

Commit

Permalink
use #import for linking as framework
Browse files Browse the repository at this point in the history
  • Loading branch information
rroy1590 committed Dec 15, 2015
1 parent a442527 commit f4d4835
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KVNProgress/Categories/UIColor+KVNContrast.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 Pinch. All rights reserved.
//

@import UIKit;
#import <UIKit/UIKit.h>

@interface UIColor (KVNContrast)

Expand Down
2 changes: 1 addition & 1 deletion KVNProgress/Categories/UIImage+KVNEmpty.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2014 Kevin Hirsch. All rights reserved.
//

@import UIKit;
#import <UIKit/UIKit.h>

@interface UIImage (KVNEmpty)

Expand Down
2 changes: 1 addition & 1 deletion KVNProgress/Categories/UIImage+KVNImageEffects.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
5/3/2013
*/

@import UIKit;
#import <UIKit/UIKit.h>

@interface UIImage (KVNImageEffects)

Expand Down

0 comments on commit f4d4835

Please sign in to comment.