Add button for sending toml
This commit is contained in:
parent
c8a21c73a8
commit
3ba0004370
8 changed files with 74 additions and 11 deletions
14
Apple/App/RpcOperations.swift
Normal file
14
Apple/App/RpcOperations.swift
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// RpcOperations.swift
|
||||
// App
|
||||
//
|
||||
// Created by Jett Chen on 2024/5/18.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
class RpcOperations{
|
||||
func uploadConfig(){
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue