RoomTimelineStyleIdentifier: Make it available for ObjC.

This commit is contained in:
SBiOSoftWhare
2022-01-13 16:56:10 +01:00
parent cf21517bc4
commit 652211b014
@@ -17,7 +17,8 @@
import Foundation
/// Represents the room timeline style identifiers available
enum RoomTimelineStyleIdentifier {
@objc
enum RoomTimelineStyleIdentifier: Int {
case plain
case bubble
}