From a8762c5be65a8fcbbd4fb2603265eb45345cb154 Mon Sep 17 00:00:00 2001 From: Satindar Dhillon Date: Wed, 23 Feb 2022 08:31:12 -0800 Subject: [PATCH] move UIViewController extension file into Utils --- .../Sources/{Binders => Utils}/UIViewControllerExtensions.swift | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename apple/OmnivoreKit/Sources/{Binders => Utils}/UIViewControllerExtensions.swift (100%) diff --git a/apple/OmnivoreKit/Sources/Binders/UIViewControllerExtensions.swift b/apple/OmnivoreKit/Sources/Utils/UIViewControllerExtensions.swift similarity index 100% rename from apple/OmnivoreKit/Sources/Binders/UIViewControllerExtensions.swift rename to apple/OmnivoreKit/Sources/Utils/UIViewControllerExtensions.swift