Created
July 4, 2014 13:52
-
-
Save morganwilde/b31d943352992688f2fa to your computer and use it in GitHub Desktop.
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
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(newChallenge:) name:@"ZZChallengedReady" object:nil]; | |
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(foundPartner:) name:@"NSActivityReady" object:nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment