2016-02-23 15:00:56 +01:00

18 lines
293 B
Objective-C

//
// AppDelegate.h
// CarthageExample
//
// Created by Engin Kurutepe on 23/02/16.
// Copyright © 2016 Engin Kurutepe. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end