Skip to content

Instantly share code, notes, and snippets.

@thuai
Created June 16, 2014 06:53
Show Gist options
  • Save thuai/374433a44fab263b9da8 to your computer and use it in GitHub Desktop.
Save thuai/374433a44fab263b9da8 to your computer and use it in GitHub Desktop.
Create Abstract Methods
@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