mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-14 03:29:02 +00:00
8 lines
115 B
C
8 lines
115 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
#import "dgbase/DirectoryPanel.h"
|
||
|
|
||
|
@interface DirectoryPanel : DirectoryPanelBase
|
||
|
{
|
||
|
}
|
||
|
@end
|