mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-18 09:59:46 +08:00
15 lines
303 B
Objective-C
15 lines
303 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
|
|
|
|
@property (nonatomic, assign) ASSizeRange playgroundConstrainedSize;
|
|
@end
|