首次提交
This commit is contained in:
28
SweetParty/主类/狸猫新增/酒吧相亲厅/YYXQYueTAAlert.h
Normal file
28
SweetParty/主类/狸猫新增/酒吧相亲厅/YYXQYueTAAlert.h
Normal file
@@ -0,0 +1,28 @@
|
||||
//
|
||||
// YYXQYueTAAlert.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 YYXQYueTAAlert : UIView
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *avatarImgV;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *nicknameLab;
|
||||
@property (weak, nonatomic) IBOutlet UIView *giftBgView;
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *giftImgV;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *giftNameLab;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *giftPriceLab;
|
||||
@property (weak, nonatomic) IBOutlet UIButton *agreeBtn;
|
||||
|
||||
- (void)onShowWith:(NSString *)rid receive_uid:(NSString *)receive_uid;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user