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