Skip to content
Snippets Groups Projects
Commit 86ed9a21 authored by Dariusz Rybicki's avatar Dariusz Rybicki
Browse files

Make BackupParams equatable

parent 52812281
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!100Messenger - restore from backup
import Foundation import Foundation
public struct BackupParams: Codable { public struct BackupParams: Equatable, Codable {
public init( public init(
username: String, username: String,
email: String?, email: String?,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment