// // TailLoadingNode.h // Sample // // Created by Adlai Holler on 1/3/17. // Copyright © 2017 Facebook. All rights reserved. // #import /** * A node that shows a UIActivityIndicatorView, useful for putting at the end of a * list while the next page is loading. */ @interface TailLoadingNode : ASCellNode @end