dupeguru/cocoa/base/bridge/StatsLabelView.h

5 lines
82 B
C
Raw Normal View History

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