mirror of
https://github.com/transmission/transmission.git
synced 2026-04-19 08:20:22 +01:00
add a protocol for the info view controllers, and as a result eliminate some excessive code
This commit is contained in:
@@ -23,12 +23,13 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "InfoViewController.h"
|
||||
|
||||
@class Torrent;
|
||||
@class TrackerTableView;
|
||||
@class TrackerCell;
|
||||
|
||||
@interface InfoTrackersViewController : NSViewController
|
||||
@interface InfoTrackersViewController : NSViewController <InfoViewController>
|
||||
{
|
||||
NSArray * fTorrents;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user