BGPlayVideoController.h 360 B

1234567891011121314
  1. //
  2. // BGPlayVideoController.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 2017/4/10.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BGPlayVideoController : BGBaseViewController
  10. @property (nonatomic,copy)NSString *playUrl; //播放的链接
  11. @property (nonatomic,assign)float playTime; //播放的时长
  12. @end