Add button for sending toml

This commit is contained in:
Jett Chen 2024-05-19 00:23:34 +08:00
parent c8a21c73a8
commit 3ba0004370
8 changed files with 74 additions and 11 deletions

View file

@ -0,0 +1,14 @@
//
// RpcOperations.swift
// App
//
// Created by Jett Chen on 2024/5/18.
//
import Foundation
class RpcOperations{
func uploadConfig(){
}
}