-
Jorge Canizales authoredJorge Canizales authored
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