mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 19:49:02 +00:00
10 lines
248 B
C
10 lines
248 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
#import "dgbase/PyDupeGuru.h"
|
||
|
|
||
|
@interface PyDupeGuru : PyDupeGuruBase
|
||
|
- (void)clearPictureCache;
|
||
|
- (NSString *)getSelectedDupePath;
|
||
|
- (NSString *)getSelectedDupeRefPath;
|
||
|
- (void)setMatchScaled:(NSNumber *)match_scaled;
|
||
|
@end
|