mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-16 20:29:02 +00:00
5 lines
82 B
C
5 lines
82 B
C
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@protocol StatsLabelView <NSObject>
|
||
|
- (void)refresh;
|
||
|
@end
|