mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-16 12:19:03 +00:00
5 lines
84 B
C
5 lines
84 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@protocol DetailsPanelView <NSObject>
|
||
|
- (void)refresh;
|
||
|
@end
|