Skip to content

Commit c7c866c

Browse files
Merge pull request #213 from gnesher/fix-imports
fix broken import in capacitor
2 parents 6a697a8 + e3fa1c5 commit c7c866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/GMImagePicker/GMGridViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
#import "GMImagePickerController.h"
11-
#import "UIImage+fixOrientation.m"
11+
#import "UIImage+fixOrientation.h"
1212

1313
#import <Photos/Photos.h>
1414

0 commit comments

Comments
 (0)