12345678910111213141516171819202122 |
- //
- // PBUserHomePageViewController.h
- // AFNetworking
- //
- // Created by LStar on 2025/1/25.
- //
- #import "PBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface PBUserHomePageViewController : PBBaseViewController
- ///主播id
- @property (nonatomic,strong)NSString *memberId;
- //@property(nonatomic,copy)NSString*liveRoomCode;
- @end
- NS_ASSUME_NONNULL_END
|