// // LFWCountDownView.h // YouHuiProject // // Created by 小花 on 2018/1/17. // Copyright © 2018年 kuxuan. All rights reserved. // #import @class LFWCountDownView; @protocol YHCountDownViewDelegate - (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 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