// // UIButton+PBExpandScope.h // Pods // // Created by LStar on 2019/7/1. // #import <UIKit/UIKit.h> @interface UIButton (PBExpandScope) /** 加大按钮的点击事件 */ @property(nonatomic,assign)UIEdgeInsets expandEdge; @end