adding adNetwork SDKs for AdWhirl and AdMob
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// LocationController.h
|
||||
// AdWhirlSDK2_Sample
|
||||
//
|
||||
// Created by Nigel Choi on 2/8/10.
|
||||
// Copyright 2010 Admob. Inc.. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "TableController.h"
|
||||
|
||||
@interface LocationController : TableController <CLLocationManagerDelegate> {
|
||||
CLLocationManager *locationManager;
|
||||
UIInterfaceOrientation currLayoutOrientation;
|
||||
}
|
||||
|
||||
@property (nonatomic,readonly) UILabel *locLabel;
|
||||
|
||||
- (void)adjustLayoutToOrientation:(UIInterfaceOrientation)newOrientation;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user