From 9308d6d89234a3bde6f2c432dbd60b9fe98f2ba1 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Thu, 9 Jan 2020 16:01:12 -0500 Subject: [PATCH] Move Button to Base Classes Folder. --- MVMCoreUI.xcodeproj/project.pbxproj | 2 +- MVMCoreUI/{Atoms/Buttons => BaseClasses}/Button.swift | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename MVMCoreUI/{Atoms/Buttons => BaseClasses}/Button.swift (100%) diff --git a/MVMCoreUI.xcodeproj/project.pbxproj b/MVMCoreUI.xcodeproj/project.pbxproj index 820e034f..245bc8d4 100644 --- a/MVMCoreUI.xcodeproj/project.pbxproj +++ b/MVMCoreUI.xcodeproj/project.pbxproj @@ -748,7 +748,6 @@ DBC4391A224421A0001AB423 /* CaretButton.swift */, D29DF25821E6A22D003B2FB9 /* MFButtonProtocol.h */, D29DF16B21E69E1F003B2FB9 /* ButtonDelegateProtocol.h */, - C003506023AA94CD00B6AC29 /* Button.swift */, D29DF16A21E69E1F003B2FB9 /* MFCustomButton.h */, D29DF17021E69E1F003B2FB9 /* MFCustomButton.m */, D29DF16C21E69E1F003B2FB9 /* PrimaryButton.h */, @@ -915,6 +914,7 @@ D2B18B7D236090D500A9AEDC /* BaseClasses */ = { isa = PBXGroup; children = ( + C003506023AA94CD00B6AC29 /* Button.swift */, D2B18B7E2360913400A9AEDC /* Control.swift */, D2B18B802360945C00A9AEDC /* View.swift */, 0A5D59C323AD488600EFD9E9 /* Protocols */, diff --git a/MVMCoreUI/Atoms/Buttons/Button.swift b/MVMCoreUI/BaseClasses/Button.swift similarity index 100% rename from MVMCoreUI/Atoms/Buttons/Button.swift rename to MVMCoreUI/BaseClasses/Button.swift