DataLireCoder swift package
This commit is contained in:
6
Sources/DLCDecoder/Protocols/Container.swift
Normal file
6
Sources/DLCDecoder/Protocols/Container.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
protocol Container {
|
||||
associatedtype Decoder: Swift.Decoder
|
||||
var decoder: Decoder { get }
|
||||
}
|
||||
Reference in New Issue
Block a user