Created
June 16, 2014 06:53
-
-
Save ilklatte/374433a44fab263b9da8 to your computer and use it in GitHub Desktop.
Create Abstract Methods
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
@throw [NSException exceptionWithName:NSInternalInconsistencyException | |
reason:[NSString stringWithFormat:@"You must override %@ in a subclass", NSStringFromSelector(_cmd)] | |
userInfo:nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment