Transition to ARC

This commit is contained in:
Dmitry Serov
2017-07-29 23:14:22 +07:00
parent 6c30359beb
commit 845dfe6017
63 changed files with 335 additions and 767 deletions

View File

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