Hi, well the question is the one I put in the title: "Should I define overloaded inherited method in the header file in ObjC?"
Thanks
UPDATE: I was wondering this because I will make my project's documentation using Doxygen, and maybe is better to declare overloaded inherited method because of the documentation. For example for method like compare or isEqual, something like that.