No Description

LFWCountDownView.h 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. //
  2. // LFWCountDownView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/17.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class LFWCountDownView;
  10. @protocol YHCountDownViewDelegate <NSObject>
  11. - (void)countViewTimeOutAction;
  12. @property UIView *aVqsxKg;
  13. @property UIImageView *at76iI;
  14. @property UIEvent *a7M0f4AtN;
  15. @property UIActivity *aLKXF8VA;
  16. @property UIMenuItem *arbFEKu;
  17. @property UIDocument *a95cQVRnYq2;
  18. @property UIEvent *a20LbAH;
  19. @property UIRegion *a14RikT;
  20. @property UIRegion *ayZTznGYDs5;
  21. @property UIRegion *aYNBK7i3;
  22. @property UIEdgeInsets *aI1V7usyCX;
  23. @end
  24. @interface LFWCountDownView : UIView
  25. @property (nonatomic, weak) id<YHCountDownViewDelegate> delegate;
  26. /**
  27. 单例初始化方法,用于cell上,配合setEndTimer方法
  28. */
  29. + (instancetype)shareInstace;
  30. - (void)setEndTimer:(NSString *)endTimer;
  31. /**
  32. 普通初始化方法
  33. */
  34. - (instancetype)initWithFrame:(CGRect)frame andEndTimer:(NSString *)endTimer;
  35. @property UIView *aVqsxKg;
  36. @property UIImageView *at76iI;
  37. @property UIEvent *a7M0f4AtN;
  38. @property UIActivity *aLKXF8VA;
  39. @property UIMenuItem *arbFEKu;
  40. @property UIDocument *a95cQVRnYq2;
  41. @property UIEvent *a20LbAH;
  42. @property UIRegion *a14RikT;
  43. @property UIRegion *ayZTznGYDs5;
  44. @property UIRegion *aYNBK7i3;
  45. @property UIEdgeInsets *aI1V7usyCX;
  46. @end