mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
14 lines
223 B
Objective-C
14 lines
223 B
Objective-C
//
|
|
// LegacyImageProcessors.h
|
|
// TelegramUI
|
|
//
|
|
// Created by Peter on 8/1/17.
|
|
// Copyright © 2017 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface LegacyImageProcessors : NSObject
|
|
|
|
@end
|