17 lines
271 B
Objective-C
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
|