mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Added sample project using networking and infinite scrolling and random cats
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// PlacholderNetworkImageNode.m
|
||||
// Sample
|
||||
//
|
||||
// Created by Samuel Stow on 1/14/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import "PlaceholderNetworkImageNode.h"
|
||||
|
||||
@implementation PlaceholderNetworkImageNode
|
||||
|
||||
- (UIImage *)placeholderImage {
|
||||
return self.placeholderImageOverride;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user