Parcourir la source

Update View+MASShorthandAdditions.h

Remove unnecessary import of UIKit, allowing OS X to compile successfully.
DinosaurDad il y a 12 ans
Parent
commit
1212c578cf
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      Masonry/View+MASShorthandAdditions.h

+ 1 - 2
Masonry/View+MASShorthandAdditions.h

@@ -6,7 +6,6 @@
 //  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
 //  Copyright (c) 2013 Jonas Budelmann. All rights reserved.
 //
 //
 
 
-#import <UIKit/UIKit.h>
 #import "View+MASAdditions.h"
 #import "View+MASAdditions.h"
 
 
 #ifdef MAS_SHORTHAND
 #ifdef MAS_SHORTHAND
@@ -58,4 +57,4 @@ MAS_ATTR_FORWARD(baseline);
 
 
 @end
 @end
 
 
-#endif
+#endif