This commit is contained in:
dayanch96
2024-03-06 22:11:32 +03:00
parent bde14ad82b
commit 5bce5a7e33
24 changed files with 1519 additions and 1132 deletions
+15
View File
@@ -0,0 +1,15 @@
#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