Files
AsyncDisplayKit/examples/ASLayoutSpecPlayground/Sample/PlaygroundNode.h
Hannah Trosi 73f0b688fb add pager ndoe
2016-07-21 21:26:16 -07:00

16 lines
284 B
Objective-C

//
// PlaygroundNode.h
// ASLayoutSpecPlayground
//
// Created by Hannah Troisi on 3/11/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import "AsyncDisplayKit.h"
@interface PlaygroundNode : ASDisplayNode
- (instancetype)initWithIndex:(NSUInteger)index;
@end