Files
yuyin_ios/SweetParty/主类/RCMic/Room/Box/开奖结果/QQResultItem.h
2025-08-08 11:05:33 +08:00

23 lines
480 B
Objective-C
Executable File

//
// QQResultItem.h
// qingqiyuyin
//
// Created by bj_szd on 2022/1/19.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface QQResultItem : UIView
@property (weak, nonatomic) IBOutlet UIView *svgaBgView;
@property (weak, nonatomic) IBOutlet UIImageView *bgImgV;
@property (weak, nonatomic) IBOutlet UIImageView *giftImgV;
@property (weak, nonatomic) IBOutlet UILabel *nameLab;
@property (weak, nonatomic) IBOutlet UILabel *priceLab;
@end
NS_ASSUME_NONNULL_END