adding adNetwork SDKs for AdWhirl and AdMob

This commit is contained in:
techdragon.nguyen@gmail.com
2011-12-15 11:18:37 +00:00
parent dc7d52c48c
commit 9c10f47daa
160 changed files with 23482 additions and 0 deletions
@@ -0,0 +1,16 @@
//
// BottomBannerController.h
// AdWhirlSDK2_Sample
//
// Created by Nigel Choi on 1/26/10.
// Copyright 2010 Admob. Inc.. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SimpleViewController.h"
@interface BottomBannerController : SimpleViewController {
}
@end