From 149aeb9e9fd7751288b9c0df37bd4bc73659c38e Mon Sep 17 00:00:00 2001 From: Micah Gomez Date: Thu, 30 Sep 2021 14:52:38 -0600 Subject: [PATCH] idk why this changed but sure why not --- BPOrganizer/ViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/BPOrganizer/ViewController.swift b/BPOrganizer/ViewController.swift index b7eb468..c5bdbd9 100644 --- a/BPOrganizer/ViewController.swift +++ b/BPOrganizer/ViewController.swift @@ -6,6 +6,7 @@ // import UIKit +import CoreFoundation protocol ObjectSavable { func setObject(_ object: Object, forKey: String) throws where Object: Encodable