// // LoadingNode.h // Sample // // Created by Samuel Stow on 1/9/16. // Copyright © 2016 Facebook. All rights reserved. // #import @interface LoadingNode : ASCellNode + (CGFloat)desiredHeightForWidth:(CGFloat)width; @end