From dc30ee031f4160508aa35a6372a79390a9a78829 Mon Sep 17 00:00:00 2001 From: dayanch96 <38832025+dayanch96@users.noreply.github.com> Date: Tue, 20 Jun 2023 13:34:28 +0300 Subject: [PATCH] Custom YTSettingsSectionItemManager --- YTLite.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/YTLite.h b/YTLite.h index 4824381..93fbb59 100644 --- a/YTLite.h +++ b/YTLite.h @@ -29,6 +29,12 @@ BOOL kRemoveSubscriptions; BOOL kRemoveUploads; BOOL kRemoveLibrary; +@interface YTSettingsSectionItemManager (Custom) +@property (nonatomic, strong) NSMutableDictionary *prefs; +@property (nonatomic, strong) NSString *prefsPath; +- (void)updatePrefsForKey:(NSString *)key enabled:(BOOL)enabled; +@end + @interface YTPivotBarView : UIView @end