14 lines
163 B
Swift
14 lines
163 B
Swift
//
|
|
// RpcOperations.swift
|
|
// App
|
|
//
|
|
// Created by Jett Chen on 2024/5/18.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
class RpcOperations{
|
|
func uploadConfig(){
|
|
|
|
}
|
|
}
|