objective c - Reason for declaring a property as (strong, strong) -


i got large chunk of code else have written. first dismissed typo noticed in several other places well.

the essentials other programmer (not sure of "skill level") declared properties as

@property (strong, strong) nsobject *anobject; 

the compiler not complain wondering if there reason doing or should consider them "typos"?

(the project uses arc)

i see no sense in doing , surprised compiler not complain that.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -