mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Language suggestion alert Ability to create new contact from "tel:"-link context menu and chat search Upload date display for profile pictures Instant View improvements
9 lines
196 B
Objective-C
9 lines
196 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface UIImage (WebP)
|
|
|
|
+ (UIImage *)convertFromWebP:(NSData *)data;
|
|
+ (NSData *)convertToWebP:(UIImage *)image quality:(CGFloat)quality error:(NSError **)error;
|
|
|
|
@end
|