Update View+MASShorthandAdditions.h
Remove unnecessary import of UIKit, allowing OS X to compile successfully.
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -6,7 +6,6 @@ | @@ -6,7 +6,6 @@ | ||
6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. | 6 | // Copyright (c) 2013 Jonas Budelmann. All rights reserved. |
7 | // | 7 | // |
8 | 8 | ||
9 | -#import <UIKit/UIKit.h> | ||
10 | #import "View+MASAdditions.h" | 9 | #import "View+MASAdditions.h" |
11 | 10 | ||
12 | #ifdef MAS_SHORTHAND | 11 | #ifdef MAS_SHORTHAND |
-
Please register or login to post a comment