Skip to content
Snippets Groups Projects

Restore contacts from backup

Merged Dariusz Rybicki requested to merge feature/restore-contacts-from-backup into development
2 files
+ 9
0
Compare changes
  • Side-by-side
  • Inline
Files
2
import Foundation
extension Data {
public var hexString: String {
map { String(format: "%02hhx ", $0) }.joined()
}
}
Loading