KWTimeEndView.h 283 B

123456789101112131415161718192021
  1. //
  2. // KWTimeEndView.h
  3. // westkissMob
  4. //
  5. // Created by iOS on 2022/9/6.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface KWTimeEndView : UIView
  10. @property (nonatomic, assign) NSTimeInterval time;
  11. - (void)startTimer;
  12. - (void)stopTimer;
  13. @end
  14. NS_ASSUME_NONNULL_END