Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-02-24 11:31:28 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-02-24 11:31:28 +0300
commit121eabc4ebed39155237c8a14fbed204ea81a0f1 (patch)
tree175ebe2edc5fc0586531a1616b434cf6c46be5d6 /Libraries external
parentbb1b622e03fd537c1d01a42a3a97957c6ef118e9 (diff)
clear code
Diffstat (limited to 'Libraries external')
-rw-r--r--Libraries external/Imagemeter/IMCreate.swift30
-rw-r--r--Libraries external/Imagemeter/IMImagemeterViewer.swift4
2 files changed, 1 insertions, 33 deletions
diff --git a/Libraries external/Imagemeter/IMCreate.swift b/Libraries external/Imagemeter/IMCreate.swift
deleted file mode 100644
index efe22ccd6..000000000
--- a/Libraries external/Imagemeter/IMCreate.swift
+++ /dev/null
@@ -1,30 +0,0 @@
-//
-// IMCreate.swift
-// HandwerkCloud
-//
-// Created by Marino Faggiana on 17/11/2019.
-// Copyright (c) 2019 Marino Faggiana. All rights reserved.
-//
-// Author Marino Faggiana <marino.faggiana@nextcloud.com>
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// (at your option) any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-// GNU General Public License for more details.
-//
-// You should have received a copy of the GNU General Public License
-// along with this program. If not, see <http://www.gnu.org/licenses/>.
-//
-
-import Foundation
-
-class IMCreate: NSObject {
- init(serverUrl: String) {
- super.init()
- }
-}
diff --git a/Libraries external/Imagemeter/IMImagemeterViewer.swift b/Libraries external/Imagemeter/IMImagemeterViewer.swift
index bce5c5729..d4b96f13e 100644
--- a/Libraries external/Imagemeter/IMImagemeterViewer.swift
+++ b/Libraries external/Imagemeter/IMImagemeterViewer.swift
@@ -21,13 +21,11 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
-import UIKit
import Foundation
-import GLKit
protocol IMImagemeterViewerDelegate {
}
-class IMImagemeterViewer: GLKViewController, UITabBarDelegate {
+class IMImagemeterViewer: NSObject {
var metadata: tableMetadata?
}