mirror of
https://github.com/encounter/JSONAPI.git
synced 2026-03-30 11:18:38 -07:00
Remove a couple unneeded Foundation imports that snuck in
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user