NGModalPresentation/ModalPresentation/AppDelegate.h

17 lines
245 B
Objective-C

//
// AppDelegate.h
// ModalPresentation
//
// Created by Wojciech Nagrodzki on 04/10/2014.
//
//
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end