mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[ASVideoNode] Add missing strong attributes (#2834)
* fix missing strong attribute * change strong to copy
This commit is contained in:
@@ -71,7 +71,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign) int32_t periodicTimeObserverTimescale;
|
||||
|
||||
//! Defaults to AVLayerVideoGravityResizeAspect
|
||||
@property (nonatomic) NSString *gravity;
|
||||
@property (nonatomic, copy) NSString *gravity;
|
||||
|
||||
@property (nullable, nonatomic, weak, readwrite) id<ASVideoNodeDelegate, ASNetworkImageNodeDelegate> delegate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user