// // XPHomeLivePageViewController.h // xplan-ios // // Created by GreenLand on 2022/7/18. // #import "MvpViewController.h" #import NS_ASSUME_NONNULL_BEGIN @interface XPHomeLivePageViewController : MvpViewController ///模块的 ID @property (nonatomic,copy) NSString *tabId; - (void)configLiveRoomList:(NSArray *)list; @end NS_ASSUME_NONNULL_END