// // YYSetHostView.h // SweetParty // // Created by bj_szd on 2023/12/25. // #import #import "RCMicRoomViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface YYSetHostView : UIView @property (weak, nonatomic) IBOutlet UIImageView *touchImgV; @property (weak, nonatomic) IBOutlet UILabel *titleLab; @property (weak, nonatomic) IBOutlet UITableView *tableView; @property (nonatomic, strong) RCMicRoomViewModel *viewModel; @end NS_ASSUME_NONNULL_END