Remove a couple unneeded Foundation imports that snuck in

This commit is contained in:
Mathew Polzin
2018-11-22 21:35:58 -08:00
parent 7edb631f09
commit bf842bd781
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -5,8 +5,6 @@
// Created by Mathew Polzin on 11/21/18.
//
import Foundation
/// Conform a type to this protocol to indicate it can be encoded to or decoded from
/// the meta data attached to a component of a JSON API document. Different meta data
/// can be stored all over the place: On the root document, on a resource object, on
@@ -5,8 +5,6 @@
// Created by Mathew Polzin on 11/17/18.
//
import Foundation
public protocol Transformer {
associatedtype From
associatedtype To