Swiftgram/examples/ASDKTube/Sample/Nodes/VideoContentCell.h
2016-05-17 11:08:53 -07:00

15 lines
302 B
Objective-C

//
// 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