NGModalPresentation/ModalPresentation/AppDelegate.h

18 lines
245 B
C
Raw Permalink Normal View History

2014-10-04 14:02:03 +02:00
//
// 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