Files
yuyin_ios/SweetParty/主类/音悦新增/酒吧厅&新人厅/YYRoomInviteAlert.h
2025-08-08 11:05:33 +08:00

25 lines
518 B
Objective-C
Executable File

//
// YYRoomInviteAlert.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 YYRoomInviteAlert : UIView
@property (weak, nonatomic) IBOutlet UIImageView *touchImgV;
@property (weak, nonatomic) IBOutlet UILabel *contentLab;
@property (weak, nonatomic) IBOutlet UIButton *confirmBtn;
@property (nonatomic, copy) NSString *rid;
@property (nonatomic, copy) NSString *micro_id;
@end
NS_ASSUME_NONNULL_END