13 lines
160 B
Swift
13 lines
160 B
Swift
//
|
|
// NextcloudApi.swift
|
|
// Nextcloud Cookbook iOS Client
|
|
//
|
|
// Created by Vincent Meilinger on 16.11.23.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
class NextcloudApi {
|
|
|
|
}
|