mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Adding ASVideoPlayerNode
This commit is contained in:
14
examples/ASDKTube/Sample/Nodes/VideoContentCell.h
Normal file
14
examples/ASDKTube/Sample/Nodes/VideoContentCell.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// VideoContentCell.h
|
||||
// Sample
|
||||
//
|
||||
// Created by Erekle on 5/14/16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
#import "VideoModel.h"
|
||||
|
||||
@interface VideoContentCell : ASCellNode
|
||||
- (instancetype)initWithVideoObject:(VideoModel *)video;
|
||||
@end
|
||||
Reference in New Issue
Block a user