Skip to content

Commit

Permalink
Merge pull request #213 from gnesher/fix-imports
Browse files Browse the repository at this point in the history
fix broken import in capacitor
  • Loading branch information
EddyVerbruggen authored Aug 30, 2020
2 parents 6a697a8 + e3fa1c5 commit c7c866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ios/GMImagePicker/GMGridViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


#import "GMImagePickerController.h"
#import "UIImage+fixOrientation.m"
#import "UIImage+fixOrientation.h"

#import <Photos/Photos.h>

Expand Down

0 comments on commit c7c866c

Please sign in to comment.