Files
peko-ios/YuMi/Modules/YMMine/View/Noble/View/VIPCenterViewController.h
2024-09-04 18:26:30 +08:00

17 lines
271 B
Objective-C

//
// VIPCenterViewController.h
// YuMi
//
// Created by P on 2024/8/16.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface VIPCenterViewController : MvpViewController
- (instancetype)initWithRoomUid:(NSInteger)roomUid;
@end
NS_ASSUME_NONNULL_END