Files
yinmeng-ios/xplan-ios/Main/Room/View/SendRedPacket/XPRoomSendRedPacketViewController.h
2022-09-08 11:33:42 +08:00

22 lines
396 B
Objective-C

//
// XPRoomSendRedPacketViewController.h
// xplan-ios
//
// Created by GreenLand on 2022/8/31.
//
#import "MvpViewController.h"
#import "RoomHostDelegate.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPRoomSendRedPacketViewController : MvpViewController
- (instancetype)initWithDelegate:(id<RoomHostDelegate>)delegate;
@property (nonatomic, copy) NSString *roomUid;
@end
NS_ASSUME_NONNULL_END