I have used Cocoonjs with Mopub to show admob ads on iOS project. However I have faced with a problem and do not have an idea about this problem. In Banner Integration for iOS document on mopub, there are some lines below:
"Adding a banner to your application takes only a few, easy steps:
In your view controller's header file:
Import the MPAdView.h header file and declare an MPAdView *adView property.
Declare that your view controller implements the MPAdViewDelegate protocol."
My problem is that I couldnt find a view controller file on CocoonJs Xcode project. So I cannot add any header file. Do you have any ide for this situation?