cdts/xdts-ios 3/TreeHole/Code/Features/Profile/ViewController/ProfileViewController.h
2023-07-27 09:20:00 +08:00

19 lines
281 B
Objective-C

//
// ProfileViewController.h
// TreeHole
//
// Created by mambaxie on 2022/4/24.
//
#import "MTCommonListTableViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface ProfileViewController : MTCommonListTableViewController
+ (BOOL)shouldShowBadge;
@end
NS_ASSUME_NONNULL_END