cdts/xdts-ios 3/TreeHole/Code/Features/Profile/ViewController/ProfileViewController.h

19 lines
281 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// 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