dupeguru/cocoa/base/bridge/StatsLabelView.h

5 lines
82 B
Objective-C

#import <Cocoa/Cocoa.h>
@protocol StatsLabelView <NSObject>
- (void)refresh;
@end