TCVideoCutViewController.h 400 B

123456789101112131415161718192021
  1. //
  2. // TCVideoCutViewController.h
  3. // TXXiaoShiPinDemo
  4. //
  5. // Created by xiang zhang on 2017/12/7.
  6. // Copyright © 2017年 tencent. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TCVideoCutViewController : UIViewController
  10. @property (strong,nonatomic) NSString *videoPath;
  11. @property (strong,nonatomic) AVAsset *videoAsset;
  12. @property (strong,nonatomic) NSArray *imageList;
  13. @end