// // UIViewController+TZImagePickerController.h // Extension // // Created by CY on 2022/8/24. // #import #import NS_ASSUME_NONNULL_BEGIN @interface UIViewController (TZImagePickerController) - (void)showImagePickerWithStyleBlock:(void (^)(TZImagePickerController *imagePicker))styleBlock finishBlock:(void (^)(NSArray *photos,NSArray *assets,BOOL isSelectOriginalPhoto))finishBlock; - (void)showVideoPickerWithStyleBlock:(void (^)(TZImagePickerController *imagePicker))styleBlock finishBlock:(void (^)(UIImage * coverImage, NSString *outputPath, NSString *errorMsg))finishBlock; @end NS_ASSUME_NONNULL_END