Files
yuyin_ios/SweetParty/主类/狸猫新增/相亲房/LMBaodengAlertView.h

21 lines
357 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// LMBaodengAlertView.h
// SweetParty
//
// Created by Xmac on 2024/8/29.
//
#import <UIKit/UIKit.h>
#import "RCMicRoomViewModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface LMBaodengAlertView : UIView
@property (nonatomic, strong) RCMicRoomViewModel *viewModel;
- (void)sheetViewforViewAppear;
- (void)sheetViewforViewClose;
@end
NS_ASSUME_NONNULL_END