Continuing work on layout examples

This commit is contained in:
Scott Goodson
2016-07-09 20:41:03 -07:00
parent 6def3b400a
commit 0c8712aa81
7 changed files with 46 additions and 72 deletions

View File

@@ -18,7 +18,7 @@
//
#import <UIKit/UIKit.h>
#import <AsyncDisplayKit/ASViewController.h>
@protocol ASLayoutSpecListEntry <NSObject>
@@ -27,7 +27,7 @@
@end
@interface OverviewComponentsViewController : UIViewController
@interface OverviewComponentsViewController : ASViewController
@end