Files
yuyin_ios/SweetParty/主类/音悦新增/K歌厅/YYKTVChujiaInfoView.h

26 lines
580 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// YYKTVChujiaInfoView.h
// SweetParty
//
// Created by bj_szd on 2024/1/5.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYKTVChujiaInfoView : UIView
@property (weak, nonatomic) IBOutlet UIImageView *singAvatarImgV;
@property (weak, nonatomic) IBOutlet UIView *chujiaView;
@property (weak, nonatomic) IBOutlet UIImageView *chujiaAvatarImgV;
@property (weak, nonatomic) IBOutlet UILabel *chujiaNicknameLab;
@property (weak, nonatomic) IBOutlet UILabel *chujiaPriceLab;
@property (nonatomic, strong) NSDictionary *dataDict;
@end
NS_ASSUME_NONNULL_END