Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
remove plist coders
Browse files Browse the repository at this point in the history
  • Loading branch information
tanner0101 committed Mar 24, 2018
1 parent 4af6795 commit 3762c60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Core/DataCoders.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,3 @@ public protocol DataEncoder {

extension JSONDecoder: DataDecoder { }
extension JSONEncoder: DataEncoder { }
extension PropertyListDecoder: DataDecoder { }
extension PropertyListEncoder: DataEncoder { }

0 comments on commit 3762c60

Please sign in to comment.