Browse Source

sharing key metadata

Marino Faggiana 7 năm trước cách đây
mục cha
commit
73638c2661
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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