Custom YTSettingsSectionItemManager

This commit is contained in:
dayanch96
2023-06-20 13:34:28 +03:00
parent 32da778af8
commit dc30ee031f
+6
View File
@@ -29,6 +29,12 @@ BOOL kRemoveSubscriptions;
BOOL kRemoveUploads; BOOL kRemoveUploads;
BOOL kRemoveLibrary; 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 @interface YTPivotBarView : UIView
@end @end