Created
January 22, 2013 23:51
-
-
Save jhoughjr/4600066 to your computer and use it in GitHub Desktop.
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
// this is the convetion used in SmallTalk for messgaes with multiple arguments | |
// Brad Cox created Objective C to use SmallTlak messaging atop of C | |
// ps Alan Kay created SMallTalk, the first OOP language | |
[self postNotificationWithName:@"aName" | |
selector:@selector(foo:) | |
object:self | |
userInfo:dict]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment