Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Add missing UIKit.h header imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Verkoeyen committed Jun 14, 2017
1 parent 8185ae4 commit 3b653bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/UIViewController+TransitionController.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

@protocol MDMTransitionController;

Expand Down
1 change: 1 addition & 0 deletions src/private/MDMPresentationTransitionController.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

#import "MDMTransitionController.h"

Expand Down

0 comments on commit 3b653bd

Please sign in to comment.