Closed Quuxplusone closed 14 years ago
Bugzilla Link | PR6890 |
Status | RESOLVED FIXED |
Importance | P normal |
Reported by | Dave Keck (davekeck@gmail.com) |
Reported on | 2010-04-21 22:17:17 -0700 |
Last modified on | 2010-04-22 10:41:21 -0700 |
Version | unspecified |
Hardware | Macintosh MacOS X |
CC | clattner@nondot.org, fjahanian@apple.com |
Fixed by commit(s) | |
Attachments | |
Blocks | |
Blocked by | |
See also |
Purpose of categories are to implement new methods for their class.
Implementation of doSomethingFancy
in the category implements a new method and has no relationship to
doSomethingFancy
declared in the protocol. Conforming
class still must implement protocol's method in its own @implementation.