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

22 lines
281 B
C
Raw Normal View History

2022-11-01 10:29:02 +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) NSInteger mode;
- (void)confirmMode;
- (void)cancelMode;
@end
NS_ASSUME_NONNULL_END