I have been trying to integrate MobFox in one of my iOS apps and I'm stuck with a problem.
I have added the framework to the project, and all the other necessary files as well but when I try to add MobFoxVideoInterstitialViewControllerDelegate
under @interface MainViewController : UIViewController<UIAlertViewDelegate, MobFoxVideoInterstitialViewControllerDelegate>{ /*...*/ }
in my MainViewController.h
file, it says Cannot find protocol declaration for MobFoxVideoInterstitialViewControllerDelegate
. All the files are there. What might be the problem?