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