// // CSJUgenCountDownSkipWidget.h // CSJAdSDK // // Created by ByteDance on 2022/10/13. // #import #import "Ugen.h" NS_ASSUME_NONNULL_BEGIN @interface CSJUgenCountDownSkipWidget : UgenWidget @property (nonatomic, strong) UILabel *countLabel; @property (nonatomic, strong) UILabel *skipLabel; - (void)updateWithSkipTime:(CGFloat)skipTime duration:(CGFloat)duration currentTime:(CGFloat)currentTime playLoop:(BOOL)playLoop; @end NS_ASSUME_NONNULL_END