mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-13 18:00:17 +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 ASMultiplexImageNodeDelegate;
|
||||||
@protocol ASMultiplexImageNodeDataSource;
|
@protocol ASMultiplexImageNodeDataSource;
|
||||||
|
|
||||||
typedef id<NSCopying> ASImageIdentifier;
|
typedef id<NSCopying, NSObject> ASImageIdentifier;
|
||||||
|
|
||||||
extern NSString *const ASMultiplexImageNodeErrorDomain;
|
extern NSString *const ASMultiplexImageNodeErrorDomain;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user