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