FMCPlanner2/FMC Planner 2/AppDelegate.h
2016-03-19 17:37:17 +01:00

18 lines
291 B
Objective-C

//
// AppDelegate.h
// FMC Planner 2
//
// Created by Kilian Hofmann on 19.03.16.
// Copyright © 2016 Kilian Hofmann. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end