mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-15 17:06:54 +00:00
17 lines
306 B
Objective-C
17 lines
306 B
Objective-C
//
|
|
// ImageURLModel.h
|
|
// ASDKgram
|
|
//
|
|
// Created by Hannah Troisi on 3/11/16.
|
|
// Copyright © 2016 Hannah Troisi. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface ImageURLModel : NSObject
|
|
|
|
+ (NSString *)imageParameterForClosestImageSize:(CGSize)size;
|
|
|
|
@end
|