mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-07-02 21:43:21 +00:00
8 lines
177 B
Objective-C
8 lines
177 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
|
|
@protocol ExtraFairwareReminderView <NSObject>
|
|
- (void)startTimer;
|
|
- (void)stopTimer;
|
|
- (void)setButtonText:(NSString *)text;
|
|
- (void)enableButton;
|
|
@end |