mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-02 04:23:50 -05: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 |