mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 19:49:02 +00:00
9 lines
149 B
C
9 lines
149 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
#import "dgbase/DirectoryPanel.h"
|
||
|
|
||
|
@interface DirectoryPanel : DirectoryPanelBase
|
||
|
{
|
||
|
}
|
||
|
- (IBAction)addiPhoto:(id)sender;
|
||
|
@end
|