Hide package API
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Foundation
|
||||
import DataLiteCore
|
||||
|
||||
public protocol ValueDecoder: Decoder {
|
||||
package protocol ValueDecoder: Decoder {
|
||||
func decodeNil() -> Bool
|
||||
func decodeDate() throws -> Date
|
||||
func decode<T: SQLiteRepresentable>(_ type: T.Type) throws -> T
|
||||
|
||||
Reference in New Issue
Block a user