fix public extension

This commit is contained in:
Boyko Mihail 2020-10-01 20:43:01 +03:00
parent 28c51ae7f6
commit 6fca1936df
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import Foundation
import AVFoundation
extension UIInterfaceOrientation {
public extension UIInterfaceOrientation {
var videoOrientation: AVCaptureVideoOrientation {
switch self {