Files
yuyin_ios/SweetParty/主类/音悦新增/K歌厅/RoomHunxiangCell.h
2025-08-08 11:05:33 +08:00

22 lines
434 B
Objective-C
Executable File

//
// RoomHunxiangCell.h
// YaYin
//
// Created by bj_szd on 2023/4/13.
// Copyright © 2023 YaYin. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface RoomHunxiangCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *iconImgV;
@property (weak, nonatomic) IBOutlet UIImageView *selImgV;
@property (weak, nonatomic) IBOutlet UILabel *nameLab;
@end
NS_ASSUME_NONNULL_END