PBUserHomePageViewController.h 359 B

12345678910111213141516171819202122
  1. //
  2. // PBUserHomePageViewController.h
  3. // AFNetworking
  4. //
  5. // Created by LStar on 2025/1/25.
  6. //
  7. #import "PBBaseViewController.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PBUserHomePageViewController : PBBaseViewController
  10. ///主播id
  11. @property (nonatomic,strong)NSString *memberId;
  12. @property(nonatomic,copy)NSString*liveRoomCode;
  13. @end
  14. NS_ASSUME_NONNULL_END