Files
2025-08-08 11:05:33 +08:00

26 lines
620 B
Objective-C
Executable File

//
// YYMicAlertGiftView.h
// SweetParty
//
// Created by bj_szd on 2023/12/25.
//
#import <UIKit/UIKit.h>
#import "BJOperationAlertUserModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface YYMicAlertGiftView : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UIImageView *avatarImgV;
@property (weak, nonatomic) IBOutlet UILabel *nicknameLab;
@property (weak, nonatomic) IBOutlet UIView *titleBgView;
@property (weak, nonatomic) IBOutlet UICollectionView *collectionView;
@property (nonatomic, strong) BJOperationAlertUserModel *model;
@end
NS_ASSUME_NONNULL_END