UIControl+JXCustom.h 369 B

123456789101112131415
  1. //
  2. // UIControl+JXCustom.h
  3. // shiku_im
  4. //
  5. // Created by daxiong on 17/12/29.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIControl (JXCustom)
  10. // 可以用这个给重复点击加间隔 页面跳转暂为1秒 可连续点击暂为0.25秒
  11. @property (nonatomic, assign) NSTimeInterval custom_acceptEventInterval;
  12. @end