Files
mier_ios/SweetParty/主类/音悦新增/酒吧厅&新人厅/YYRoomYinxiaoCell.h
2025-08-11 10:43:19 +08:00

20 lines
329 B
Objective-C
Executable File

//
// YYRoomYinxiaoCell.h
// SweetParty
//
// Created by bj_szd on 2023/12/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYRoomYinxiaoCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *imgV;
@property (weak, nonatomic) IBOutlet UILabel *nameLab;
@end
NS_ASSUME_NONNULL_END