//
//  Free_NameAppDelegate.h
//  Free Name
//
//  Created by Willem Laurentz Middelkoop on 13-03-11.
//  Copyright 2011 WMIT. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface Free_NameAppDelegate : NSObject <UIApplicationDelegate> {
    
    UIWindow *window;
    UINavigationController *navigationController;
}

@property (nonatomic, retain) IBOutlet UIWindow *window;
@property (nonatomic, retain) IBOutlet UINavigationController *navigationController;

@end

