mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 13:42:51 +00:00
16 lines
267 B
Objective-C
16 lines
267 B
Objective-C
//
|
|
// LoadingNode.h
|
|
// Sample
|
|
//
|
|
// Created by Samuel Stow on 1/9/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
|
|
|
@interface LoadingNode : ASCellNode
|
|
|
|
+ (CGFloat)desiredHeightForWidth:(CGFloat)width;
|
|
|
|
@end
|