mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Fix Pinterest Xcode 7.3.1 Analyzer Warnings (#1988)
This commit is contained in:
committed by
Adlai Holler
parent
aeec0b1a14
commit
f5b3a282af
@@ -17,8 +17,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@protocol ASImageContainerProtocol <NSObject>
|
||||
|
||||
- (UIImage *)asdk_image;
|
||||
- (NSData *)asdk_animatedImageData;
|
||||
- (nullable UIImage *)asdk_image;
|
||||
- (nullable NSData *)asdk_animatedImageData;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user