mobilemelting
Committed by Ben Copsey

userInfo is now retain

@@ -106,6 +106,6 @@ @@ -106,6 +106,6 @@
106 @property (assign) id delegate; 106 @property (assign) id delegate;
107 @property (assign) BOOL showAccurateProgress; 107 @property (assign) BOOL showAccurateProgress;
108 @property (assign, readonly) int requestsCount; 108 @property (assign, readonly) int requestsCount;
109 -@property (assign) NSDictionary *userInfo; 109 +@property (retain) NSDictionary *userInfo;
110 110
111 @end 111 @end