mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-17 00:06:44 +08:00
20 lines
371 B
Objective-C
20 lines
371 B
Objective-C
//
|
|
// ViewController.h
|
|
// ASLayoutSpecPlayground
|
|
//
|
|
// Created by Hannah Troisi on 3/11/16.
|
|
// Copyright © 2016 Hannah Troisi. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "AsyncDisplayKit.h"
|
|
#import "ASLayoutableInspectorNode.h"
|
|
|
|
|
|
@interface ViewController : ASViewController <UISplitViewControllerDelegate, ASLayoutableInspectorNodeDelegate>
|
|
|
|
|
|
|
|
@end
|
|
|