Created
August 26, 2015 03:46
-
-
Save warriorg/8114a34718930eb45545 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
if([self.delegate respondsToSelector:@selector(call:type:)]) { | |
[self.delegate call:sender type:type]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment