mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Merged branch 'master' into AVPlayerItem-construction
This commit is contained in:
@@ -6,13 +6,16 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
#import <AsyncDisplayKit/ASButtonNode.h>
|
||||
|
||||
@class AVAsset, AVPlayer, AVPlayerItem;
|
||||
@protocol ASVideoNodeDelegate;
|
||||
|
||||
// This is a relatively new component of AsyncDisplayKit. It has many useful features, but
|
||||
// there is room for further expansion and optimization. Please report any issues or requests
|
||||
// in an issue on GitHub: https://github.com/facebook/AsyncDisplayKit/issues
|
||||
// IMPORTANT NOTES:
|
||||
// 1. Applications using ASVideoNode must link AVFoundation! (this provides the AV* classes below)
|
||||
// 2. This is a relatively new component of AsyncDisplayKit. It has many useful features, but
|
||||
// there is room for further expansion and optimization. Please report any issues or requests
|
||||
// in an issue on GitHub: https://github.com/facebook/AsyncDisplayKit/issues
|
||||
|
||||
@interface ASVideoNode : ASControlNode
|
||||
@property (atomic, strong, readonly) AVAsset *asset;
|
||||
|
||||
Reference in New Issue
Block a user