首次提交
This commit is contained in:
23
SweetParty/主类/狸猫新增/酒吧相亲厅/YYXQPickGiftAlert.h
Normal file
23
SweetParty/主类/狸猫新增/酒吧相亲厅/YYXQPickGiftAlert.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// YYXQPickGiftAlert.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 YYXQPickGiftAlert : UIView
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
|
||||
@property (weak, nonatomic) IBOutlet UICollectionView *collectionView;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *confirmBtn;
|
||||
|
||||
- (void)onShowWith:(NSString *)rid micro_id:(NSString *)micro_id;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user