I want to use a category to make a method on the original class available as a property as well.
Class A:
@interface ClassA - (NSString*)foo; @end >
If something's declared in your category's interface, its definition belongs in your category's implementation.