Skip to content

Instantly share code, notes, and snippets.

@kzim44
Forked from anonymous/Obj-C abstract method
Created August 20, 2013 17:15
Show Gist options
  • Save kzim44/6284373 to your computer and use it in GitHub Desktop.
Save kzim44/6284373 to your computer and use it in GitHub Desktop.
// Simulate abstract method
-(CGFloat)abstractFoo {
[self doesNotRecognizeSelector:_cmd];
return 0.0f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment