Files
yinmeng-ios/xplan-ios/Main/Monents/View/XPNewMomentsViewController.h
chenshuanglin 21c6b8497a 动态页面
2023-03-06 20:34:42 +08:00

17 lines
231 B
Objective-C

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