Skip to content

Instantly share code, notes, and snippets.

@SiarheiFedartsou
Created November 19, 2014 08:47
Show Gist options
  • Save SiarheiFedartsou/b73d3b6600ddf069989c to your computer and use it in GitHub Desktop.
Save SiarheiFedartsou/b73d3b6600ddf069989c to your computer and use it in GitHub Desktop.
@implementation Foo
{
__weak id lastRequest_;
}
-(id) buildRequest
{
lastRequest_ = [PARequestLobbyTournamentsPlayers requestWithFilter:self.filter from:self.offset amount:self.amount];
return lastRequest_;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment