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:
@@ -1,5 +0,0 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@protocol DetailsPanelView <NSObject>
|
||||
- (void)refresh;
|
||||
@end
|
||||
@@ -1,8 +0,0 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@protocol ExtraFairwareReminderView <NSObject>
|
||||
- (void)startTimer;
|
||||
- (void)stopTimer;
|
||||
- (void)setButtonText:(NSString *)text;
|
||||
- (void)enableButton;
|
||||
@end
|
||||
@@ -1,5 +0,0 @@
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
@protocol StatsLabelView <NSObject>
|
||||
- (void)refresh;
|
||||
@end
|
||||
Reference in New Issue
Block a user