From 9ae23ecef4521a33949abfb3568066cf93cdba68 Mon Sep 17 00:00:00 2001 From: Boyko Mihail Date: Thu, 1 Oct 2020 20:28:46 +0300 Subject: [PATCH] Add videoOrientation extension --- .../UIInterfaceOrientation+ VideoOrientation.swift | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift diff --git a/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift b/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift new file mode 100644 index 00000000..25e1fcfd --- /dev/null +++ b/Sources/Extensions/UIInterfaceOrientation/UIInterfaceOrientation+ VideoOrientation.swift @@ -0,0 +1,9 @@ +// +// UIInterfaceOrientation+ VideoOrientation.swift +// LeadKit iOS +// +// Created by Mikhail Boyko on 01.10.2020. +// Copyright © 2020 Touch Instinct. All rights reserved. +// + +import Foundation