Files
yuyin_ios/SweetParty/主类/音悦新增/麦位弹框子列表/YYSetHostView.h
2025-08-08 11:05:33 +08:00

24 lines
467 B
Objective-C
Executable File

//
// YYSetHostView.h
// SweetParty
//
// Created by bj_szd on 2023/12/25.
//
#import <UIKit/UIKit.h>
#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