diff options
Diffstat (limited to 'Tests/iOSNavApp/Classes/NavApp3AppDelegate.h')
-rw-r--r-- | Tests/iOSNavApp/Classes/NavApp3AppDelegate.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Tests/iOSNavApp/Classes/NavApp3AppDelegate.h b/Tests/iOSNavApp/Classes/NavApp3AppDelegate.h index f1234fe..882003e 100644 --- a/Tests/iOSNavApp/Classes/NavApp3AppDelegate.h +++ b/Tests/iOSNavApp/Classes/NavApp3AppDelegate.h @@ -8,13 +8,14 @@ #import <UIKit/UIKit.h> -@interface NavApp3AppDelegate : NSObject <UIApplicationDelegate> { +@interface NavApp3AppDelegate : NSObject<UIApplicationDelegate> { - UIWindow *window; - UINavigationController *navigationController; + UIWindow* window; + UINavigationController* navigationController; } -@property (nonatomic, retain) IBOutlet UIWindow *window; -@property (nonatomic, retain) IBOutlet UINavigationController *navigationController; +@property (nonatomic, retain) IBOutlet UIWindow* window; +@property (nonatomic, retain) + IBOutlet UINavigationController* navigationController; @end |