mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Use properties instead of ivars (#2453)
This commit is contained in:
@@ -6,23 +6,7 @@
|
||||
|
||||
#import "InfoViewController.h"
|
||||
|
||||
@class Torrent;
|
||||
@class TrackerTableView;
|
||||
@class TrackerCell;
|
||||
|
||||
@interface InfoTrackersViewController : NSViewController<InfoViewController>
|
||||
{
|
||||
NSArray* fTorrents;
|
||||
|
||||
BOOL fSet;
|
||||
|
||||
NSMutableArray* fTrackers;
|
||||
|
||||
IBOutlet TrackerTableView* fTrackerTable;
|
||||
TrackerCell* fTrackerCell;
|
||||
|
||||
IBOutlet NSSegmentedControl* fTrackerAddRemoveControl;
|
||||
}
|
||||
|
||||
- (void)setInfoForTorrents:(NSArray*)torrents;
|
||||
- (void)updateInfo;
|
||||
|
||||
Reference in New Issue
Block a user