mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-11 08:50:24 +00:00
Add NSObjectProtocol requirement to ASImageIdentifier
This commit is contained in:
parent
bfe3040f57
commit
057e98380e
@ -16,7 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@protocol ASMultiplexImageNodeDelegate;
|
||||
@protocol ASMultiplexImageNodeDataSource;
|
||||
|
||||
typedef id<NSCopying> ASImageIdentifier;
|
||||
typedef id<NSCopying, NSObject> ASImageIdentifier;
|
||||
|
||||
extern NSString *const ASMultiplexImageNodeErrorDomain;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user