TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Headers/TDSButton.h

22 lines
312 B
C
Raw Normal View History

2023-11-08 10:47:27 +08:00
//
// TDSButton.h
// TapCommonSDK
//
// Created by Bottle K on 2021/4/27.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDSButton : UIButton
/**
*/
@property (nonatomic, assign) UIEdgeInsets extensionTouchInsets;
@end
NS_ASSUME_NONNULL_END