i tried hard to solve arc problem when i declared property.
@property (readonly) NSMutableDictionary* activeTransfers;
@synthesize activeTransfers;
When i declared Property then i got an error.(arc forbids synthesizing a property of an objective-c object with unspecified storage attribute.),What i have to do for solve the problem.