SLEditVideoController.h 368 B

12345678910111213141516171819
  1. //
  2. // SLEditViewController.h
  3. // DarkMode
  4. //
  5. // Created by wsl on 2019/10/12.
  6. // Copyright © 2019 wsl. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. /// 拍摄完毕后 编辑
  11. @interface SLEditVideoController : UIViewController
  12. @property (nonatomic, strong) NSURL *videoPath; //当前拍摄的视频路径
  13. @end
  14. NS_ASSUME_NONNULL_END