// // ASLayoutElementInspectorNode.h // Sample // // Created by Hannah Troisi on 3/19/16. // Copyright © 2016 Facebook. All rights reserved. // #import @protocol ASLayoutElementInspectorNodeDelegate - (void)toggleVisualization:(BOOL)toggle; @end @interface ASLayoutElementInspectorNode : ASDisplayNode @property (nonatomic, strong) id layoutElementToEdit; @property (nonatomic, strong) id delegate; @property (nonatomic, assign) CGFloat vizNodeInsetSize; + (instancetype)sharedInstance; @end