Initial commit

This commit is contained in:
Wira Basalamah
2026-04-24 04:55:24 +07:00
commit 8f0b001501
128 changed files with 9366 additions and 0 deletions

View File

@ -0,0 +1,15 @@
//
// Station.swift
// Emoney Info
//
// Created by Wira Basalamah on 05/04/26.
//
struct Station {
let id: Int
let name: String
let subName: String
let latitude: String
let longitude: String
}