首次提交
This commit is contained in:
24
SweetParty/主类/狸猫新增/相亲房/LMSendSpecialGiftView.h
Normal file
24
SweetParty/主类/狸猫新增/相亲房/LMSendSpecialGiftView.h
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// LMSendSpecialGiftView.h
|
||||
// SweetParty
|
||||
//
|
||||
// Created by Xmac on 2024/8/29.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "RCMicRoomViewModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface LMSendSpecialGiftView : UIView
|
||||
|
||||
@property (nonatomic, strong) NSString *rid;
|
||||
@property (nonatomic, strong) NSString *close_uid;
|
||||
@property (nonatomic, strong) RCMicRoomViewModel *viewModel;
|
||||
|
||||
- (void)sheetViewforViewAppear;
|
||||
- (void)sheetViewforViewClose;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user