123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // LFWCountDownView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/17.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class LFWCountDownView;
- @protocol YHCountDownViewDelegate <NSObject>
- - (void)countViewTimeOutAction;
- @property UIView *aVqsxKg;
- @property UIImageView *at76iI;
- @property UIEvent *a7M0f4AtN;
- @property UIActivity *aLKXF8VA;
- @property UIMenuItem *arbFEKu;
- @property UIDocument *a95cQVRnYq2;
- @property UIEvent *a20LbAH;
- @property UIRegion *a14RikT;
- @property UIRegion *ayZTznGYDs5;
- @property UIRegion *aYNBK7i3;
- @property UIEdgeInsets *aI1V7usyCX;
- @end
- @interface LFWCountDownView : UIView
- @property (nonatomic, weak) id<YHCountDownViewDelegate> delegate;
- /**
- 单例初始化方法,用于cell上,配合setEndTimer方法
- */
- + (instancetype)shareInstace;
- - (void)setEndTimer:(NSString *)endTimer;
- /**
- 普通初始化方法
- */
- - (instancetype)initWithFrame:(CGRect)frame andEndTimer:(NSString *)endTimer;
- @property UIView *aVqsxKg;
- @property UIImageView *at76iI;
- @property UIEvent *a7M0f4AtN;
- @property UIActivity *aLKXF8VA;
- @property UIMenuItem *arbFEKu;
- @property UIDocument *a95cQVRnYq2;
- @property UIEvent *a20LbAH;
- @property UIRegion *a14RikT;
- @property UIRegion *ayZTznGYDs5;
- @property UIRegion *aYNBK7i3;
- @property UIEdgeInsets *aI1V7usyCX;
- @end
|