Files
wagic/adwhirl/AdWhirlSDK_iOS_3.1.1/AdWhirlSDK2_Sample/Classes/LocationController.h
2011-12-15 11:18:37 +00:00

22 lines
509 B
Objective-C

//
// 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