vChewing-macOS/Preferences/Preferences.h

11 lines
197 B
Objective-C

#import <PreferencePanes/PreferencePanes.h>
NS_ASSUME_NONNULL_BEGIN
@interface Preferences : NSPreferencePane
@property (strong) IBOutlet NSTextField *lblDisclaimer;
@end
NS_ASSUME_NONNULL_END