Files
mier_ios/SweetParty/主类/音悦新增/申请上麦/YYApplyUpGiftAlert.h
2025-08-11 10:43:19 +08:00

24 lines
478 B
Objective-C
Executable File

//
// YYApplyUpGiftAlert.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 YYApplyUpGiftAlert : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UICollectionView *collectionView;
@property (weak, nonatomic) IBOutlet UIButton *confirmBtn;
- (void)onShowWith:(NSString *)rid;
@end
NS_ASSUME_NONNULL_END