mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Adding deprecated methods back
This commit is contained in:
@@ -124,6 +124,11 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
- (void)videoNodeDidRecoverFromStall:(ASVideoNode *)videoNode;
|
||||
|
||||
// Below are deprecated methods. To be removed in ASDK 2.0 release
|
||||
- (void)videoPlaybackDidFinish:(ASVideoNode *)videoNode __deprecated;
|
||||
- (void)videoNodeWasTapped:(ASVideoNode *)videoNode __deprecated;
|
||||
- (void)videoNode:(ASVideoNode *)videoNode didPlayToSecond:(NSTimeInterval)second __deprecated;
|
||||
|
||||
@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
#endif
|
||||
Reference in New Issue
Block a user