UIButton+Layout.h 231 B

123456789101112131415161718
  1. //
  2. // UIButton+Layout.h
  3. // FileManager
  4. //
  5. // Created by on 2025/8/12.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface UIButton (Layout)
  10. - (void)layoutImageTopSpace:(CGFloat)space;
  11. @end
  12. NS_ASSUME_NONNULL_END