YOUPAIGradualButton.h 313 B

1234567891011121314151617
  1. //
  2. // YOUPAIGradualButton.h
  3. // MSYOUPAI
  4. //
  5. // Created by admin on 2022/3/10.
  6. // Copyright © 2022 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIGradualButton : UIButton
  11. @property (strong, nonatomic) CAGradientLayer* gradientLayer;
  12. @end
  13. NS_ASSUME_NONNULL_END