I have classes A and B. Can I put these classes in the same NSMutableArray without problems in future?
Example:
NSMutableArray *maincoll = [[NSMutabl
Yes.
This may be the shortest answer I've ever posted.