// // Copyright © 2020 dahua. All rights reserved. // 图片压缩 #import NS_ASSUME_NONNULL_BEGIN @interface UIImage (Compress) - (UIImage *)lc_thumbnailWithImageWithSize:(CGSize)asize; @end NS_ASSUME_NONNULL_END