Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. PFQuery *query = [PFQuery queryWithClassName:@"GrandCarousel"];
  2.  
  3. [query getObjectInBackgroundWithId:@"9Fo5FBABpL" block:^(PFObject *updatedWaitTime, NSError *error) {
  4. updatedWaitTime[@"waitTime"] = localGrandCarouselWaitTime;
  5. [updatedWaitTime saveInBackground];
  6. }];}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement