mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-05-18 01:02:13 +08:00
16 lines
287 B
Objective-C
16 lines
287 B
Objective-C
//
|
|
// EditorNode.h
|
|
// Sample
|
|
//
|
|
// Created by Hannah Troisi on 3/19/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface EditorNode : ASDisplayNode
|
|
|
|
@property (nonatomic, strong) id<ASLayoutable> layoutableToEdit;
|
|
|
|
@end
|