Files
yinmeng-ios/xplan-ios/Main/Mine/View/Setting/XPMineFeedbackViewController.h
2022-05-13 16:12:18 +08:00

17 lines
240 B
Objective-C

//
// XPMineFeedbackViewController.h
// xplan-ios
//
// Created by 冯硕 on 2021/9/17.
//
#import "MvpViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface XPMineFeedbackViewController : MvpViewController
@end
NS_ASSUME_NONNULL_END