Adding ASVideoPlayerNode

This commit is contained in:
Erekle
2016-05-14 16:41:32 +04:00
committed by Max Gu
parent b3360a5daf
commit 8c8fc3dba0
22 changed files with 974 additions and 84 deletions

View File

@@ -0,0 +1,13 @@
//
// VideoFeedNodeController.h
// Sample
//
// Created by Erekle on 5/15/16.
// Copyright © 2016 Facebook. All rights reserved.
//
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface VideoFeedNodeController : ASViewController
@end