Toggle navigation
Toggle navigation
This project
Loading...
Sign in
iOS
/
asi-http-request
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
mobilemelting
2009-10-27 01:51:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
Ben Copsey
2009-10-31 02:45:52 +0800
Commit
543ad0898acd5b43d8ce5eb6eeee0b683dddf09a
543ad089
1 parent
93d9cde8
userInfo is now retain
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Classes/ASINetworkQueue.h
Classes/ASINetworkQueue.h
View file @
543ad08
...
...
@@ -106,6 +106,6 @@
@property
(
assign
)
id
delegate
;
@property
(
assign
)
BOOL
showAccurateProgress
;
@property
(
assign
,
readonly
)
int
requestsCount
;
@property
(
assig
n
)
NSDictionary
*
userInfo
;
@property
(
retai
n
)
NSDictionary
*
userInfo
;
@end
...
...
Please
register
or
login
to post a comment