21 lines
376 B
Objective-C
Executable File
21 lines
376 B
Objective-C
Executable File
//
|
|
// AmPKVC.h
|
|
// romantic
|
|
//
|
|
// Created by DLAN on 2023/2/13.
|
|
// Copyright © 2023 romantic. All rights reserved.
|
|
//
|
|
|
|
#import "BaseController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AmPKVC : BaseController<JXCategoryListContentViewDelegate>
|
|
|
|
@property (nonatomic, copy) void (^ShowPkView)(void);
|
|
@property (nonatomic, copy) NSString *roomId;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|