QuietUnrar/TDNPreferencesWindowControl...

17 lines
250 B
C
Raw Normal View History

//
// TDNPreferencesWindowController.h
// QuietUnrar
//
// Created by Robert McGovern on 2021/05/30.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDNPreferencesWindowController : NSWindowController
@end
NS_ASSUME_NONNULL_END