Skip to content

Commit

Permalink
Merge pull request #21 from relivecc/rename-exportsession
Browse files Browse the repository at this point in the history
Fix imports
  • Loading branch information
jochem725 authored Jan 9, 2020
2 parents 12b4e54 + 60a567d commit 0503262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/RNPhotosFramework/PHVideoExporter.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Foundation/Foundation.h>
#import "SDAVAssetExportSession.h"
#import "PhotosSDAVAssetExportSession.h"

@interface PHVideoExporter : NSObject

Expand Down
2 changes: 1 addition & 1 deletion ios/RNPhotosFramework/PhotosSDAVAssetExportSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//


#import "SDAVAssetExportSession.h"
#import "PhotosSDAVAssetExportSession.h"

@interface RNPhotosSDAVAssetExportSession ()

Expand Down

0 comments on commit 0503262

Please sign in to comment.