






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGSendCodeButton : UIButton


@property (nonatomic, copy) void(^xxpk_sendCodeAction)(void);


@property (nonatomic, assign) NSInteger xxpk_countdownDuration;


- (void)xxpk_startCountdown;


- (void)xxpk_stopCountdown;

@end

NS_ASSUME_NONNULL_END
