Created
August 26, 2013 08:03
-
-
Save kunal732/6339045 to your computer and use it in GitHub Desktop.
Calling Parse Cloud Module
This file contains 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
NSDictionary *params = [NSDictionary dictionaryWithObject:List forKey:@"text"]; | |
[PFCloud callFunctionInBackground:@"emailGrocery" withParameters:params block:^(id object, NSError *error){} ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment