mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-15 23:50:19 +08:00
16 lines
284 B
Objective-C
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
|