SmallButton.h 241 B

12345678910111213
  1. //
  2. // SmallButton.h
  3. //
  4. // Created by stcui on 15/7/14.
  5. // Copyright © 2015年 Tencent. All rights reserved.
  6. //
  7. #import <UIKit/UIKit.h>
  8. // extend hitTest area when rect width is smaller than 44px
  9. @interface SmallButton : UIButton
  10. @end