Skip to content

Instantly share code, notes, and snippets.

@adelevie
Created May 4, 2012 18:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adelevie/2596866 to your computer and use it in GitHub Desktop.
Save adelevie/2596866 to your computer and use it in GitHub Desktop.
Parse.setApplicationId("12345", clientKey:"56789")
testObject = PFObject.objectWithClassName("TestObject")
testObject.setObject("bar", forKey:"foo")
testObject.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment