1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-05 04:41:39 +00:00

Converted extra_fairware_reminder to objp.

--HG--
branch : objp
This commit is contained in:
Virgil Dupras
2012-01-11 15:55:25 -05:00
parent 0c7d73854d
commit 12467c9493
9 changed files with 57 additions and 44 deletions

View File

@@ -0,0 +1,8 @@
#import <Cocoa/Cocoa.h>
@protocol ExtraFairwareReminderView <NSObject>
- (void)startTimer;
- (void)stopTimer;
- (void)setButtonText:(NSString *)text;
- (void)enableButton;
@end