19 lines
281 B
Objective-C
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
|