Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago committed by Matthew Chen
parent 68ba8976c5
commit eb263e265b

@ -60,18 +60,6 @@ import CloudKit
failure: failure)
}
// @objc
// public class func upsertAttachmentToCloud(fileUrl: URL,
// success: @escaping (String) -> Swift.Void,
// failure: @escaping (Error) -> Swift.Void) {
// // We want to use a well-known record id and type for manifest files.
// upsertFileToCloud(fileUrl: fileUrl,
// recordName: manifestRecordName,
// recordType: signalBackupRecordType,
// success: success,
// failure: failure)
// }
@objc
public class func upsertManifestFileToCloud(fileUrl: URL,
success: @escaping (String) -> Swift.Void,

Loading…
Cancel
Save