Custom YTSettingsSectionItemManager
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user