VideoDynamicViewC.h 527 B

123456789101112131415161718
  1. //
  2. // VideoDynamicViewC.h
  3. // BuguLive
  4. //
  5. // Created by 岳克奎 on 17/4/17.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "STImgePickerViewC.h"
  9. #import "VideoDynamicView.h"
  10. @interface VideoDynamicViewC : STImgePickerViewC <VideoDynamicViewDelegate,STTableViewBaseViewDelegate>
  11. @property(nonatomic,strong)VideoDynamicView *videoDynamicView;
  12. @property(strong,nonatomic)NSString *recordVideoCoverURLStr;
  13. @property(strong,nonatomic)NSString *recordVideoURLStr;
  14. -(void)upLoadVideoUrl:(NSString *)urls;
  15. @end