NGModalPresentation/ModalPresentation/Custom Modal Presentation/NGModalTransitioningDelegate.h

14 lines
241 B
C
Raw Normal View History

//
// NGModalTransitioningDelegate.h
// ModalPresentation
//
// Created by Wojciech Nagrodzki on 04/10/2014.
//
//
#import <UIKit/UIKit.h>
@interface NGModalTransitioningDelegate : NSObject <UIViewControllerTransitioningDelegate>
@end