mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 13:44:37 +00:00
10 lines
248 B
Objective-C
10 lines
248 B
Objective-C
#import <Cocoa/Cocoa.h>
|
|
#import "dgbase/PyDupeGuru.h"
|
|
|
|
@interface PyDupeGuru : PyDupeGuruBase
|
|
- (void)clearPictureCache;
|
|
- (NSString *)getSelectedDupePath;
|
|
- (NSString *)getSelectedDupeRefPath;
|
|
- (void)setMatchScaled:(NSNumber *)match_scaled;
|
|
@end
|