// // TailLoadingNode.h // Texture // // Copyright (c) Pinterest, Inc. All rights reserved. // Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0 // #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