Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2013 17:14

Revisions

  1. @invalid-email-address Anonymous created this gist Aug 20, 2013.
    5 changes: 5 additions & 0 deletions Obj-C abstract method
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // Simulate abstract method
    -(CGFloat)abstractFoo {
    [self doesNotRecognizeSelector:_cmd];
    return 0.0f;
    }