mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-11 15:10:37 +00:00
20 lines
387 B
Objective-C
20 lines
387 B
Objective-C
//
|
|
// ASImageContainerProtocolCategories.h
|
|
// AsyncDisplayKit
|
|
//
|
|
// Created by Garrett Moon on 3/18/16.
|
|
// Copyright © 2016 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import "ASImageProtocols.h"
|
|
|
|
@interface UIImage (ASImageContainerProtocol) <ASImageContainerProtocol>
|
|
|
|
@end
|
|
|
|
@interface NSData (ASImageContainerProtocol) <ASImageContainerProtocol>
|
|
|
|
@end
|