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