idk why this changed but sure why not

This commit is contained in:
Micah Gomez 2021-09-30 14:52:38 -06:00
parent c549d81caf
commit 149aeb9e9f

View file

@ -6,6 +6,7 @@
//
import UIKit
import CoreFoundation
protocol ObjectSavable {
func setObject<Object>(_ object: Object, forKey: String) throws where Object: Encodable