Skip to content

Instantly share code, notes, and snippets.

@jhoughjr
Created January 22, 2013 23:51
Show Gist options
  • Save jhoughjr/4600066 to your computer and use it in GitHub Desktop.
Save jhoughjr/4600066 to your computer and use it in GitHub Desktop.
// 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