Files
baRSS/baRSS/Preferences/General Tab/SettingsGeneral.h
2025-10-25 11:32:38 +02:00

12 lines
273 B
Objective-C

@import Cocoa;
NS_ASSUME_NONNULL_BEGIN
@interface SettingsGeneral : NSViewController
- (void)clickHowToDefaults:(NSButton *)sender;
- (void)changeHttpApplication:(NSPopUpButton *)sender;
- (void)changeNotificationType:(NSPopUpButton *)sender;
@end
NS_ASSUME_NONNULL_END