Skip to content

Instantly share code, notes, and snippets.

@freekh
Created February 9, 2012 09:56
Show Gist options
  • Save freekh/1778956 to your computer and use it in GitHub Desktop.
Save freekh/1778956 to your computer and use it in GitHub Desktop.
Init code in View controller
_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