Hacker News new | ask | show | jobs
by MaxGabriel 4950 days ago
Since you use ARC, is there any reason you use old retain/assign syntax?
1 comments

No, those should be weak/strong. Thanks for good eye.