Created
February 9, 2012 09:56
-
-
Save freekh/1778956 to your computer and use it in GitHub Desktop.
Init code in View controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_asyncWrapper1 = [[AsyncURLWrapper alloc] initWithRequest:request2 delegate:self retries:5]; | |
_asyncWrapper2 = [[AsyncURLWrapper alloc] initWithRequest:request1 delegate:self retries: 5]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment