Files
yinmeng-ios/xplan-ios/Main/Message/View/SessionList/XPMessageViewController.h
2023-03-08 18:52:49 +08:00

17 lines
225 B
Objective-C

//
// XPMessageViewController.h
// xplan-ios
//
// Created by XY on 2023/3/8.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMessageViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END