//
//  DWPlayVideoVC.h
//  RCTAuroraIMUI
//
//  Created by Dowin on 2018/5/23.
//  Copyright © 2018年 HXHG. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface DWPlayVideoVC : UIViewController
@property (copy, nonatomic) NSString *strPath;

@end
