Skip to content

Instantly share code, notes, and snippets.

@corosukeK
Created May 2, 2012 18:48
Show Gist options
  • Save corosukeK/2579150 to your computer and use it in GitHub Desktop.
Save corosukeK/2579150 to your computer and use it in GitHub Desktop.
objc_methodの宣言部
struct objc_method {
SEL method_name OBJC2_UNAVAILABLE;
char *method_types OBJC2_UNAVAILABLE;
IMP method_imp OBJC2_UNAVAILABLE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment