mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface YTAppSettingsStore : NSObject
|
||||
+ (NSUInteger)valueTypeForSetting:(int)setting;
|
||||
- (void)setValue:(NSNumber *)value forSetting:(int)setting;
|
||||
- (void)setBool:(BOOL)value forSetting:(int)setting;
|
||||
- (NSNumber *)valueForSetting:(int)setting;
|
||||
- (BOOL)boolForSetting:(int)setting;
|
||||
@end
|
||||
Reference in New Issue
Block a user