mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-30 12:33:57 -04:00
9 lines
530 B
Objective-C
9 lines
530 B
Objective-C
#import "YTSettingsSectionItem.h"
|
|
#import "YTSettingsSectionController.h"
|
|
|
|
@interface YTSettingsViewController : UIViewController
|
|
- (NSMutableDictionary <NSNumber *, YTSettingsSectionController *> *)settingsSectionControllers;
|
|
- (void)setSectionItems:(NSMutableArray <YTSettingsSectionItem *> *)sectionItems forCategory:(NSInteger)category title:(NSString *)title titleDescription:(NSString *)titleDescription headerHidden:(BOOL)headerHidden;
|
|
- (void)pushViewController:(UIViewController *)viewController;
|
|
- (void)reloadData;
|
|
@end |