mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Added sample project using networking and infinite scrolling and random cats
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// PlacholderNetworkImageNode.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Samuel Stow on 1/14/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
|
||||
@interface PlaceholderNetworkImageNode : ASNetworkImageNode
|
||||
|
||||
@property (nonatomic, strong) UIImage *placeholderImageOverride;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user