QuietUnrar/TDNUserDefaults.m

18 lines
259 B
Objective-C

//
// TDNUserDefaults.m
// QuietUnrar
//
// Created by Robert McGovern on 2021/05/31.
//
#import "TDNUserDefaults.h"
@implementation TDNUserDefaults
@dynamic playSounds;
@dynamic showNotification;
@dynamic hideDock;
@dynamic notificationsAllowed;
@end