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