Files
yinmeng-ios/xplan-ios/Main/Mine/View/Setting/XPMineFeedbackViewController.h

17 lines
240 B
C
Raw Normal View History

2021-09-17 19:41:09 +08:00
//
// 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