From 791138c34580c3d563f127124c5a86cf252a945c Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Wed, 22 Jan 2020 14:36:12 -0500 Subject: [PATCH] private --- MVMCoreUI/Atoms/Views/CheckboxModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/Atoms/Views/CheckboxModel.swift b/MVMCoreUI/Atoms/Views/CheckboxModel.swift index 72c6dbfd..6bf9ae1a 100644 --- a/MVMCoreUI/Atoms/Views/CheckboxModel.swift +++ b/MVMCoreUI/Atoms/Views/CheckboxModel.swift @@ -28,7 +28,7 @@ import Foundation public var action: ActionModelProtocol? - enum CodingKeys: String, CodingKey { + private enum CodingKeys: String, CodingKey { case groupName case value case fieldKey