Files
yuyin_ios/SweetParty/主类/狸猫新增/相亲房/LMInviteHechangAlert.h
2025-08-08 11:05:33 +08:00

22 lines
360 B
Objective-C

//
// LMInviteHechangAlert.h
// SweetParty
//
// Created by Xmac on 2024/9/11.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
typedef void(^confirmBlcok)(void);
@interface LMInviteHechangAlert : UIView
@property (nonatomic, copy) confirmBlcok confirmBlock;
- (void)sheetViewforViewAppear;
- (void)sheetViewforViewClose;
@end
NS_ASSUME_NONNULL_END