Skip to content

Commit 53f3202

Browse files
author
Kimon Tsinteris
committed
add OS X NSLayoutConstraint header; fix facebookarchive#9
1 parent 770e107 commit 53f3202

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pop/POPAnimatableProperty.mm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#if TARGET_OS_IPHONE
1919
#import <UIKit/UIView.h>
2020
#import <UIKit/UITableView.h>
21+
#else
22+
#import <AppKit/NSLayoutConstraint.h>
2123
#endif
2224

2325
#pragma mark - Static
@@ -331,6 +333,7 @@
331333
},
332334

333335
#if TARGET_OS_IPHONE
336+
334337
/* UIView */
335338

336339
{kPOPViewAlpha,

0 commit comments

Comments
 (0)