19 lines
298 B
Objective-C
Executable File
19 lines
298 B
Objective-C
Executable File
//
|
|
// PkjiluViewVC.h
|
|
// romantic
|
|
//
|
|
// Created by DLAN on 2023/2/13.
|
|
// Copyright © 2023 romantic. All rights reserved.
|
|
//
|
|
|
|
#import "BaseController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface PkjiluViewVC : BaseController
|
|
@property (nonatomic, copy) NSString *roomId;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|