//
//  RNTXVodPlayerViewManager.h
//  video
//
//  Created by jianglingzhi on 2020/6/4.
//

#import <React/RCTViewManager.h>
#import <React/RCTUIManager.h>
#import <React/RCTLog.h>
#import "RNTXVodPlayerView.h"
NS_ASSUME_NONNULL_BEGIN

@interface RNTXVodPlayerViewManager : RCTViewManager

@end

NS_ASSUME_NONNULL_END
