YOUPAISHMediaManager.h 452 B

12345678910111213141516
  1. //
  2. // YOUPAISHMediaManager.h
  3. // LoongsCity
  4. //
  5. // Created by 查斯图 on 2018/3/30.
  6. // Copyright © 2018年 xiaoxiong. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface YOUPAISHMediaManager : NSObject
  11. + (void)youpaifcropWithVideoUrlStr:(NSURL *)videoUrl start:(CGFloat)startTime end:(CGFloat)endTime completion:(void (^)(NSURL *outputURL, Float64 videoDuration, BOOL isSuccess))completionHandle;
  12. @end