Initial commit
This commit is contained in:
6
WhiteNights/Models/Station.swift
Normal file
6
WhiteNights/Models/Station.swift
Normal file
@ -0,0 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
struct Station: Codable, Identifiable {
|
||||
var id: Int
|
||||
var name: String
|
||||
}
|
Reference in New Issue
Block a user