1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| //
| // QKYDelayButton.h
| // qikeyun
| //
| // Created by 马超 on 16/6/4.
| // Copyright © 2016年 Jerome. All rights reserved.
| //
|
| #import <UIKit/UIKit.h>
|
| @interface QKYDelayButton : UIButton
|
| @property (nonatomic,assign)NSTimeInterval clickDurationTime;
|
| @end
|
|