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

Make AuthCallback equatable

parent 6d40963e
No related branches found
No related tags found
2 merge requests!102Release 1.0.0,!18Update Bindings
import Foundation import Foundation
public enum AuthCallback { public enum AuthCallback: Equatable {
case confirm(contact: Data, receptionId: Data, ephemeralId: Int64, roundId: Int64) case confirm(contact: Data, receptionId: Data, ephemeralId: Int64, roundId: Int64)
case request(contact: Data, receptionId: Data, ephemeralId: Int64, roundId: Int64) case request(contact: Data, receptionId: Data, ephemeralId: Int64, roundId: Int64)
case reset(contact: Data, receptionId: Data, ephemeralId: Int64, roundId: Int64) case reset(contact: Data, receptionId: Data, ephemeralId: Int64, roundId: Int64)
......
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