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

Commit 7708bb2

Browse files
Arcankjverkoey
authored andcommitted
Add missing import (#60)
CATransaction is used below in the file.
1 parent ab3147f commit 7708bb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/private/MDMViewControllerTransitionCoordinator.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#import "MDMViewControllerTransitionCoordinator.h"
1818

19+
#import <QuartzCore/QuartzCore.h>
20+
1921
#import "MDMTransition.h"
2022

2123
@class MDMViewControllerTransitionContextNode;

0 commit comments

Comments
 (0)