// // LocationController.h // AdWhirlSDK2_Sample // // Created by Nigel Choi on 2/8/10. // Copyright 2010 Admob. Inc.. All rights reserved. // #import #import "TableController.h" @interface LocationController : TableController { CLLocationManager *locationManager; UIInterfaceOrientation currLayoutOrientation; } @property (nonatomic,readonly) UILabel *locLabel; - (void)adjustLayoutToOrientation:(UIInterfaceOrientation)newOrientation; @end