UIButton+EnlargeTouchArea.h 322 Bytes
//
//  UIButton+EnlargeTouchArea.h
//  AntMarketing
//
//  Created by long on 2017/7/7.
//  Copyright © 2017年 long. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIButton (EnlargeTouchArea)

- (void)setEnlargeEdgeWithTop:(CGFloat)top right:(CGFloat)right bottom:(CGFloat)bottom left:(CGFloat)left;

@end