PBHomeViewController.h 287 B

123456789101112131415161718
  1. //
  2. // PBHomeViewController.h
  3. // PBSDK_Example
  4. //
  5. // Created by 陈民 on 2024/12/15.
  6. // Copyright © 2024 uxiume. All rights reserved.
  7. //
  8. #import "PBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBHomeViewController : PBBaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END