UGCKitSmallButton.h 184 B

12345678
  1. // Copyright (c) 2019 Tencent. All rights reserved.
  2. #import <UIKit/UIKit.h>
  3. // extend hitTest area when rect width is smaller than 44px
  4. @interface UGCKitSmallButton : UIButton
  5. @end