Skip to content
Snippets Groups Projects
AppDelegate.h 280 B
//
//  AppDelegate.h
//  Sample
//
//  Created by Jorge Canizalez Diaz on 2/16/15.
//  Copyright (c) 2015 gRPC. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end