PBLiveOpenViewController.h 281 B

1234567891011121314151617
  1. //
  2. // PBLiveOpenViewController.h
  3. // PBSDK_Example
  4. //
  5. // Created by 陈民 on 2024/12/15.
  6. // Copyright © 2024 uxiume. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBLiveOpenViewController : UIViewController
  11. @end
  12. NS_ASSUME_NONNULL_END