another.im-ios/Monal/another.im/XMPP/AimErrors.swift

5 lines
74 B
Swift
Raw Normal View History

2024-11-20 15:52:49 +00:00
enum AimErrors: Error {
case loginError
2024-11-22 16:54:07 +00:00
case contactRemoveError
2024-11-20 15:52:49 +00:00
}