Files
yuyin_ios/SweetParty/主类/音悦新增/拍卖厅/YYPMSendGiftView.h

29 lines
765 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// YYPMSendGiftView.h
// YaYin
//
// Created by bj_szd on 2023/7/12.
// Copyright © 2023 YaYin. All rights reserved.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYPMSendGiftView : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UIImageView *giftImgV;
@property (weak, nonatomic) IBOutlet UILabel *giftNameLab;
@property (weak, nonatomic) IBOutlet UILabel *giftPriceLab;
@property (weak, nonatomic) IBOutlet UIImageView *avatarImgV;
@property (weak, nonatomic) IBOutlet UILabel *nicknameLab;
@property (weak, nonatomic) IBOutlet UIButton *applyBtn;
@property (weak, nonatomic) IBOutlet UILabel *balanceLab;
@property(nonatomic, copy) NSString *rid;
@end
NS_ASSUME_NONNULL_END