cdts/xdts-ios 3/TreeHole/Code/Features/Chat/ViewController/MsgListViewController.h
2023-07-27 09:20:00 +08:00

19 lines
231 B
Objective-C

//
// MsgListViewController.h
// Youth
//
// Created by mambaxie on 2022/1/1.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface MsgListViewController : PYBaseViewController
@end
NS_ASSUME_NONNULL_END