Fun with Programming.
Welcome to this place, wish you like here.

#import <UIKit/UIKit.h>
@interface CLAppDelegate : UIResponder <UIApplicationDelegate>{
UINavigationController *navigationController;
}
@property (strong, nonatomic) IBOutlet UIWindow *window;
@end