mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-14 15:45:52 +00:00
YTLitePlus/YTLitePlus has been deprecated. This replaces the entire codebase with the active upstream project dayanch96/YTLite. https://claude.ai/code/session_01FD8kBzc7yv5Fdf9G7Z2ZkE
15 lines
253 B
Objective-C
15 lines
253 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface YTLUserDefaults : NSUserDefaults
|
|
|
|
@property (class, readonly, strong) YTLUserDefaults *standardUserDefaults;
|
|
|
|
- (void)reset;
|
|
|
|
+ (void)resetUserDefaults;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|