Skip to content

Commit

Permalink
fix: Make Orientation public
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Sep 12, 2024
1 parent 06b6384 commit 7fb7d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/ios/Core/Types/Orientation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UIKit
The Orientation used for the Preview, Photo, Video and Frame Processor outputs.
*/
@frozen
enum Orientation: String, JSUnionValue {
public enum Orientation: String, JSUnionValue {
/**
Phone is in upright portrait mode, home button/indicator is at the bottom
*/
Expand Down

0 comments on commit 7fb7d5f

Please sign in to comment.