Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment