mirror of
https://github.com/transmission/transmission.git
synced 2026-04-22 01:39:53 +01:00
Transition to ARC
This commit is contained in:
@@ -29,10 +29,10 @@
|
||||
{
|
||||
tr_tracker_stat fStat;
|
||||
|
||||
Torrent * fTorrent;
|
||||
Torrent * __weak fTorrent;
|
||||
}
|
||||
|
||||
@property (nonatomic, readonly) Torrent * torrent;
|
||||
@property (nonatomic, weak, readonly) Torrent * torrent;
|
||||
|
||||
- (id) initWithTrackerStat: (tr_tracker_stat *) stat torrent: (Torrent *) torrent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user