DataLireCoder swift package
This commit is contained in:
8
Sources/DLCDecoder/Protocols/Decoder.swift
Normal file
8
Sources/DLCDecoder/Protocols/Decoder.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
|
||||
public protocol Decoder: Swift.Decoder {
|
||||
associatedtype SQLiteData
|
||||
|
||||
var dateDecoder: any DateDecoder { get }
|
||||
var sqliteData: SQLiteData { get }
|
||||
}
|
||||
Reference in New Issue
Block a user