Showing
1 changed file
with
4 additions
and
1 deletions
@@ -13,6 +13,9 @@ | @@ -13,6 +13,9 @@ | ||
13 | #import <Foundation/Foundation.h> | 13 | #import <Foundation/Foundation.h> |
14 | #import <QuartzCore/QuartzCore.h> | 14 | #import <QuartzCore/QuartzCore.h> |
15 | 15 | ||
16 | + //define this constant if you want to use Masonry without the 'mas_' prefix | ||
16 | #define MAS_SHORTHAND | 17 | #define MAS_SHORTHAND |
17 | - #import "Masonry.h" | 18 | + |
19 | + //if you have installed using cocoapods use #import "Masonry.h" | ||
20 | + #import "Masonry/Masonry.h" | ||
18 | #endif | 21 | #endif |
-
Please register or login to post a comment