1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-23 07:01:39 +00:00

Converted .h view objp bridge interfaces to python ones. It simplifies them and allows for subclassing.

--HG--
branch : objp
This commit is contained in:
Virgil Dupras
2012-01-12 12:34:20 -05:00
parent f6dd1a6a42
commit a699a2ef45
7 changed files with 28 additions and 29 deletions

View File

@@ -1,5 +0,0 @@
#import <Cocoa/Cocoa.h>
@protocol DetailsPanelView <NSObject>
- (void)refresh;
@end

View File

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

View File

@@ -1,5 +0,0 @@
#import <Cocoa/Cocoa.h>
@protocol StatsLabelView <NSObject>
- (void)refresh;
@end