NGModalPresentation/ModalPresentation/Custom Modal Presentation/NGPresentationViewController.h

16 lines
303 B
C
Raw Normal View History

//
// NGPresentationViewController.h
// ModalPresentation
//
// Created by Wojciech Nagrodzki on 04/10/2014.
//
//
#import <UIKit/UIKit.h>
@interface NGPresentationViewController : UIViewController
- (instancetype)initWithPresentedViewController:(UIViewController *)presentedViewController;
@end