@@ -26,76 +26,76 @@ extension SBUGroupChannelModule {
2626// MARK: Header
2727extension SBUGroupChannelModule . Header {
2828 /// Represents the type of left bar button on the group channel module.
29- /// - Since: [NEXT_VERSION]
29+ /// - Since: 3.26.0
3030 public static var LeftBarButton : SBUBarButtonItem . Type = SBUBarButtonItem . self
3131
3232 /// Represents the type of right bar button on the group channel module.
33- /// - Since: [NEXT_VERSION]
33+ /// - Since: 3.26.0
3434 public static var RightBarButton : SBUBarButtonItem . Type = SBUBarButtonItem . self
3535
3636 /// Represents the type of title view on the group channel module.
37- /// - Since: [NEXT_VERSION]
37+ /// - Since: 3.26.0
3838 public static var TitleView : SBUChannelTitleView . Type = SBUChannelTitleView . self
3939}
4040
4141// MARK: List
4242extension SBUGroupChannelModule . List {
4343 /// Represents the type of empty view on the group channel module.
44- /// - Since: [NEXT_VERSION]
44+ /// - Since: 3.26.0
4545 public static var EmptyView : SBUEmptyView . Type = SBUEmptyView . self
4646
4747 /// Represents the type of admin message cell on the group channel module.
48- /// - Since: [NEXT_VERSION]
48+ /// - Since: 3.26.0
4949 public static var AdminMessageCell : SBUBaseMessageCell . Type = SBUAdminMessageCell . self
5050
5151 /// Represents the type of user message cell on the group channel module.
52- /// - Since: [NEXT_VERSION]
52+ /// - Since: 3.26.0
5353 public static var UserMessageCell : SBUBaseMessageCell . Type = SBUUserMessageCell . self
5454
5555 /// Represents the type of file message cell on the group channel module.
56- /// - Since: [NEXT_VERSION]
56+ /// - Since: 3.26.0
5757 public static var FileMessageCell : SBUBaseMessageCell . Type = SBUFileMessageCell . self
5858
5959 /// Represents the type of multiple files message cell on the group channel module.
60- /// - Since: [NEXT_VERSION]
60+ /// - Since: 3.26.0
6161 public static var MultipleFilesMessageCell : SBUBaseMessageCell . Type = SBUMultipleFilesMessageCell . self
6262
6363 /// Represents the type of typing indicator cell on the group channel module.
64- /// - Since: [NEXT_VERSION]
64+ /// - Since: 3.26.0
6565 public static var TypingIndicatorMessageCell : SBUBaseMessageCell . Type = SBUTypingIndicatorMessageCell . self
6666
6767 /// Represents the type of unknown cell on the group channel module.
68- /// - Since: [NEXT_VERSION]
68+ /// - Since: 3.26.0
6969 public static var UnknownMessageCell : SBUBaseMessageCell . Type = SBUUnknownMessageCell . self
7070
7171 /// Represents the type of custom cell on the group channel module.
72- /// - Since: [NEXT_VERSION]
72+ /// - Since: 3.26.0
7373 public static var CustomMessageCell : SBUBaseMessageCell . Type ?
7474
7575 /// Represents the type of channel state banner view on the group channel module.
76- /// - Since: [NEXT_VERSION]
76+ /// - Since: 3.26.0
7777 public static var ChannelStateBanner : SBUChannelStateBanner . Type = SBUChannelStateBanner . self
7878
7979 /// Represents the type of scroll bottom view on the group channel module.
80- /// - Since: [NEXT_VERSION]
80+ /// - Since: 3.26.0
8181 public static var ScrollBottomView : SBUScrollBottomView . Type = SBUScrollBottomView . self
8282
8383 /// Represents the type of message info view on the group channel module.
84- /// - Since: [NEXT_VERSION]
84+ /// - Since: 3.26.0
8585 public static var NewMessageInfo : SBUNewMessageInfo . Type = SBUNewMessageInfo . self
8686
8787 /// Represents the type of profile view on the group channel module.
88- /// - Since: [NEXT_VERSION]
88+ /// - Since: 3.26.0
8989 public static var UserProfileView : SBUUserProfileView . Type = SBUUserProfileView . self
9090}
9191
9292// MARK: Input
9393extension SBUGroupChannelModule . Input {
9494 /// The component property that the message input view.
95- /// - Since: [NEXT_VERSION]
95+ /// - Since: 3.26.0
9696 public static var MessageInputView : SBUMessageInputView . Type = SBUMessageInputView . self
9797
9898 /// The component property that the voice message input view.
99- /// - Since: [NEXT_VERSION]
99+ /// - Since: 3.26.0
100100 public static var VoiceMessageInputView : SBUVoiceMessageInputView . Type = SBUVoiceMessageInputView . self
101101}
0 commit comments