transmission/macosx/StatsWindowController.h

14 lines
381 B
C
Raw Normal View History

// This file Copyright © 2007-2023 Transmission authors and contributors.
// It may be used under the MIT (SPDX: MIT) license.
// License text can be found in the licenses/ folder.
#import <AppKit/AppKit.h>
@interface StatsWindowController : NSWindowController
@property(nonatomic, class, readonly) StatsWindowController* statsWindow;
2022-11-15 16:50:16 +00:00
- (IBAction)resetStats:(id)sender;
2008-04-22 21:04:01 +00:00
@end