Files
mier_ios/SweetParty/Expand/Category/UIButton+HXExtension.h

15 lines
360 B
C
Raw Normal View History

2025-08-11 10:43:19 +08:00
//
// UIButton+HXExtension.h
// HXPhotoPickerExample
//
// Created by Silence on 17/2/16.
// Copyright © 2017年 Silence. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIButton (HXExtension)
/** 扩大buuton点击范围 */
- (void)hx_setEnlargeEdgeWithTop:(CGFloat)top right:(CGFloat)right bottom:(CGFloat)bottom left:(CGFloat)left;
@end