BBATouchAreaExpandableButton.h 321 Bytes
//
//  BBATouchAreaExpandableButton.h
//
//  Created by ACExW on 15/12/24.
//  Copyright © 2015年 baidu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface BBATouchAreaExpandableButton : UIButton

/**
 *  可点击区域大小,default (44,44)
 */
@property (nonatomic, assign) CGSize expectSize;

@end