// // UIView+Category.h // MSYOUPAI // // Created by admin on 2022/3/2. // Copyright © 2022 MS. All rights reserved. // #import #import "UGLabel.h" #import "YOUPAIGradualButton.h" NS_ASSUME_NONNULL_BEGIN @interface UIView (Category) // 设置圆角 - (void)ms_radius:(CGFloat)radius; @end NS_ASSUME_NONNULL_END