mirror of
https://github.com/caoer/CodableFirebase.git
synced 2026-04-01 22:35:55 +08:00
Make protocols public
This commit is contained in:
@@ -8,13 +8,13 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
protocol GeoPointType: Codable {
|
||||
public protocol GeoPointType: Codable {
|
||||
var latitude: Double { get }
|
||||
var longitude: Double { get }
|
||||
init(latitude: Double, longitude: Double)
|
||||
}
|
||||
|
||||
protocol DocumentReferenceType: Codable {}
|
||||
public protocol DocumentReferenceType: Codable {}
|
||||
|
||||
open class FirestoreDecoder {
|
||||
public init() {}
|
||||
|
||||
Reference in New Issue
Block a user