1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-09 13:50:00 +00:00
transmission/macosx/InfoGeneralViewController.h

17 lines
432 B
C
Raw Normal View History

// This file Copyright © 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>
#import "InfoViewController.h"
@interface InfoGeneralViewController : NSViewController<InfoViewController>
2022-04-30 06:51:40 +08:00
- (void)setInfoForTorrents:(NSArray<Torrent*>*)torrents;
- (void)updateInfo;
2022-11-16 00:50:16 +08:00
- (IBAction)revealDataFile:(id)sender;
@end