- //
- // UIButton+YHExtend.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/5/26.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIButton (YHExtend)
- - (void)startWithTime:(NSInteger)timeLine title:(NSString *)title countDownTitle:(NSString *)subTitle mainColor:(UIColor *)mColor countColor:(UIColor *)color;
- @end
|