Created
October 15, 2011 01:00
-
-
Save grantmiller/1288813 to your computer and use it in GitHub Desktop.
Look IO Custom Dictionary
This file contains hidden or 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
[LIOLookIOManager sharedLookIOManager].sessionExtras = [NSDictionary dictionaryWithObjectsAndKeys:@"[email protected]", @"email", | |
@"John Doe", @"name", | |
@"1234567890", @"some_id", | |
nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment