Possible Duplicate:
Objective-C multiple inheritance
In my iPhone app I want to use googleAnalytics but the thing is I Have to inherit from GAITrackedViewController which is provided by Google. The problem is I already extend GLKViewController and objective-c does not allow multiple inheritance. some topics suggest to use protocols. I have no idea about them I have never used them before but I think it is too late because I already designed and implemented my project.What can I do? is there any example which solves that kind of a problem?