let me know which one is better ?
@property (strong,nonatomic) id <DelegateProto> delegate ;
@property (weak,nonatomic) id <DelegateProto> delegate ;
which one is more suitable ? and why ? what are the advantages and disadvantages in both cases ?
Thanks
Regards
Prathap.M