marinofaggiana 6 年之前
父节点
当前提交
30f58ccc8c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      iOSClient/Viewer/NCViewerImagemeter.swift

+ 4 - 4
iOSClient/Viewer/NCViewerImagemeter.swift

@@ -72,10 +72,6 @@ class NCViewerImagemeter: UIViewController {
         }
         }
     }
     }
     
     
-    @objc func close() {
-        self.dismiss(animated: true, completion: nil)
-    }
-    
     func imgThumbnails() {
     func imgThumbnails() {
         
         
         guard let annotation = self.annotation else {
         guard let annotation = self.annotation else {
@@ -95,4 +91,8 @@ class NCViewerImagemeter: UIViewController {
             }
             }
         }
         }
     }
     }
+    
+    @objc func close() {
+        self.dismiss(animated: true, completion: nil)
+    }
 }
 }