Use properties instead of ivars (#2453)

This commit is contained in:
Dmitry Serov
2022-02-22 16:04:20 +00:00
committed by GitHub
parent 95e30768c4
commit 54d1a02e92
103 changed files with 3653 additions and 3917 deletions

View File

@@ -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;