Skip to content

Commit

Permalink
Fix a text failure due to missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
raylillywhite committed Jun 24, 2015
1 parent b40b3f3 commit c865200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Masonry/ViewController+MASAdditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import <Foundation/Foundation.h>

#if TARGET_OS_IPHONE
#import <UIKit/UIKit.h>
@class MASViewAttribute;
@interface UIViewController (MASAdditions)

Expand Down

0 comments on commit c865200

Please sign in to comment.