Skip to content

Instantly share code, notes, and snippets.

@EchoAbstract
Created January 13, 2012 22:32
Show Gist options
  • Save EchoAbstract/1609127 to your computer and use it in GitHub Desktop.
Save EchoAbstract/1609127 to your computer and use it in GitHub Desktop.
iOS Code For Kelly
///---------------------------------------------------------------------------------------
/// @name Creating Users
///---------------------------------------------------------------------------------------
+ (KCSUser *)userWithUsername: (NSString *)username password: (NSString *)password;
+ (void)checkForExistingUsernameWithBlock: (KCSUsernameCheckBlock)checkBlock;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment