From 6fca1936df2f935bf406f50514c064b1644afe3f Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 1 Oct 2020 20:43:01 +0300 Subject: [PATCH] fix public extension --- .../UIInterfaceOrientation+ VideoOrientation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift b/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift index d087aa84..dcf9bba5 100644 --- a/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift +++ b/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift @@ -1,7 +1,7 @@ import Foundation import AVFoundation -extension UIInterfaceOrientation { +public extension UIInterfaceOrientation { var videoOrientation: AVCaptureVideoOrientation { switch self {