SKInCallViewController+time.h 426 B

1234567891011121314151617181920212223
  1. //
  2. // SKInCallViewController+time.h
  3. // SikeyComm
  4. //
  5. // Created by 刘振兴 on 2025/2/14.
  6. // Copyright © 2025 BaH Cy. All rights reserved.
  7. //
  8. #import "SKInCallViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface SKInCallViewController (time)
  11. @property(nonatomic, strong, nullable) NSTimer* mTimer;
  12. @property(nonatomic, assign) NSInteger mTimecost;
  13. - (void)startTimer;
  14. - (void)stopTimer;
  15. @end
  16. NS_ASSUME_NONNULL_END