Possible Duplicate:
Objective-C multiple inheritance
I want to implement multiple inheritance in Objective-C i.e. I have a class "Sub" which needs to be a sublass of class "Super" as well as UITableViewController
How can I acheive the same in Obj-C?