Explorar el Código

sharing key metadata

Marino Faggiana hace 7 años
padre
commit
73638c2661
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      iOSClient/Security/NCEntoToEndInterface.swift

+ 2 - 2
iOSClient/Security/NCEntoToEndInterface.swift

@@ -49,8 +49,8 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
         }
         
         let files: [String: filesKey]
-        let metadata: metadataKey;
-        //let sharing: sharingKey;
+        let metadata: metadataKey
+        let sharing: sharingKey?
     }
 
     let appDelegate = UIApplication.shared.delegate as! AppDelegate