mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 05:30:47 +00:00
16 lines
323 B
Objective-C
16 lines
323 B
Objective-C
//
|
|
// 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
|