Files
AsyncDisplayKit/examples/ASLayoutSpecPlayground/Sample/ColorNode.h
2016-03-19 14:52:53 -07:00

14 lines
237 B
Objective-C

//
// ColorNode.h
// ASLayoutSpecPlayground
//
// Created by Hannah Troisi on 3/11/16.
// Copyright © 2016 Hannah Troisi. All rights reserved.
//
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface ColorNode : ASCellNode
@end