UIButton+PBExpandScope.h 240 B

123456789101112131415161718
  1. //
  2. // UIButton+PBExpandScope.h
  3. // Pods
  4. //
  5. // Created by LStar on 2019/7/1.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface UIButton (PBExpandScope)
  9. /**
  10. 加大按钮的点击事件
  11. */
  12. @property(nonatomic,assign)UIEdgeInsets expandEdge;
  13. @end