cdts/xdts-ios 3/TreeHole/Code/Features/Settings/ViewController/FeedbackViewController.h

17 lines
231 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// FeedbackViewController.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import "PYBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface FeedbackViewController : PYBaseViewController
@end
NS_ASSUME_NONNULL_END