AppDelegate.h
299 Bytes
//
// AppDelegate.h
// holaMundo
//
// Created by Cristian Garcia Escobar on 03/12/14.
// Copyright (c) 2014 ___FULLUSERNAME___. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end