mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 19:34:25 +02:00
RoomTimelineStyleIdentifier: Make it available for ObjC.
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
import Foundation
|
||||
|
||||
/// Represents the room timeline style identifiers available
|
||||
enum RoomTimelineStyleIdentifier {
|
||||
@objc
|
||||
enum RoomTimelineStyleIdentifier: Int {
|
||||
case plain
|
||||
case bubble
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user