PlayerViewController+otherDelegate.h 355 B

1234567891011121314151617181920
  1. //
  2. // PlayerViewController+otherDelegate.h
  3. // 隐私保护
  4. //
  5. // Created by xd h on 2023/10/13.
  6. //
  7. #import "PlayerViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PlayerViewController (otherDelegate)
  10. //ComontAlretViewControllerDelegate
  11. - (void)CommonAlertokBtnClickPressed;
  12. - (void)CommonAlertCancelBtnClickPressed;
  13. @end
  14. NS_ASSUME_NONNULL_END