[ASLayout] Remove new ASLayoutPrivate.h file and put contents into ASLayoutSpec+Subclasses.h

This commit is contained in:
Scott Goodson
2016-10-21 13:21:25 -07:00
parent 2c6f8b0506
commit 30a7edf30f
14 changed files with 20 additions and 44 deletions

View File

@@ -12,7 +12,7 @@
#import "ASLayoutSpec+Subclasses.h"
#import "ASAssert.h"
#import "ASLayoutPrivate.h"
#import "ASLayoutSpec+Subclasses.h"
static NSUInteger const kUnderlayChildIndex = 0;
static NSUInteger const kOverlayChildIndex = 1;