I have two UIViewController, each has it\'s delegate and is calling one or the other. One class is called TopicViewController and the other is MentionViewController, the cod
You need to use forward declaration for the protocols and only import the headers in the implementation file.