ios/pg4/pg4/AppDelegate.h

18 lines
275 B
Objective-C

//
// AppDelegate.h
// pg4
//
// Created by CS 344 Student on 12/1/16.
// Copyright © 2016 benharris. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end