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
This commit is part of merge request !100. Comments created here will be created in the context of that merge request.
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.
Please register or to comment