Files
yuyin_ios/SweetParty/主类/音悦新增/酒吧厅&新人厅/YYRoomChujiaCell.h
2025-08-08 11:05:33 +08:00

20 lines
330 B
Objective-C
Executable File

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