summaryrefslogtreecommitdiff
path: root/LearnMapKit/NetworkConfigure.swift
blob: a566f8bb55aa6b06ba936c65bf007459d367dc6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  File.swift
//  LearnMapKit
//
//  Created by Jacky Jack on 19/07/2024.
//

import Foundation

class NetworkConfigure {
    var servername: String = "192.168.4.201"
    var serverport: Int = 30002
}