2016-04-27 15:52:14 -07:00

18 lines
280 B
Objective-C

//
// AppDelegate.h
// Sample
//
// Created by Michael Schneider on 4/24/16.
// Copyright © 2016 Facebook. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end