first draft of ad code for iOS. Not adding admob/adwhirl/adSesnse libs to this commit. You will need to download them to get the port to build under XCode
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "AdWhirlDelegateProtocol.h"
|
||||
|
||||
@interface EAGLViewController : UIViewController {
|
||||
|
||||
|
||||
BOOL bannerIsVisible;
|
||||
}
|
||||
|
||||
@property (nonatomic, assign) BOOL bannerIsVisible;
|
||||
@property (nonatomic, retain) id eaglView;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user