// // UIImageView+RQExtension.h // jiaPei // // Created by 张嵘 on 2022/4/25. // Copyright © 2022 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface UIImageView (RQExtension) - (void)borderCornerRadiusArray:(NSArray *)cornerRadius lineWidth:(CGFloat)lineWidth borderPosition:(QMUIImageBorderPosition)borderPosition lineColor:(NSString *)lineColor; @end NS_ASSUME_NONNULL_END