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>2019-11-18 17:33:50 +0300
committermarinofaggiana <marino@marinofaggiana.com>2019-11-18 17:33:50 +0300
commitff150937e45424b968508ca8fce8b5d904779d97 (patch)
treefd515e9b0dc158f7d303dbd9270b0101dae15c23 /Libraries external
parent378953ec3f370e1ab1d066b81833108d05379bdb (diff)
align version
Diffstat (limited to 'Libraries external')
-rw-r--r--Libraries external/Imagemeter/IMCreate.swift30
1 files changed, 30 insertions, 0 deletions
diff --git a/Libraries external/Imagemeter/IMCreate.swift b/Libraries external/Imagemeter/IMCreate.swift
new file mode 100644
index 000000000..196a1bbb0
--- /dev/null
+++ b/Libraries external/Imagemeter/IMCreate.swift
@@ -0,0 +1,30 @@
+//
+// 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(fileName: String, directory: String) {
+ super.init()
+ }
+}