@@ -26,76 +26,76 @@ extension SBUGroupChannelModule {
26
26
// MARK: Header
27
27
extension SBUGroupChannelModule . Header {
28
28
/// Represents the type of left bar button on the group channel module.
29
- /// - Since: [NEXT_VERSION]
29
+ /// - Since: 3.26.0
30
30
public static var LeftBarButton : SBUBarButtonItem . Type = SBUBarButtonItem . self
31
31
32
32
/// Represents the type of right bar button on the group channel module.
33
- /// - Since: [NEXT_VERSION]
33
+ /// - Since: 3.26.0
34
34
public static var RightBarButton : SBUBarButtonItem . Type = SBUBarButtonItem . self
35
35
36
36
/// Represents the type of title view on the group channel module.
37
- /// - Since: [NEXT_VERSION]
37
+ /// - Since: 3.26.0
38
38
public static var TitleView : SBUChannelTitleView . Type = SBUChannelTitleView . self
39
39
}
40
40
41
41
// MARK: List
42
42
extension SBUGroupChannelModule . List {
43
43
/// Represents the type of empty view on the group channel module.
44
- /// - Since: [NEXT_VERSION]
44
+ /// - Since: 3.26.0
45
45
public static var EmptyView : SBUEmptyView . Type = SBUEmptyView . self
46
46
47
47
/// Represents the type of admin message cell on the group channel module.
48
- /// - Since: [NEXT_VERSION]
48
+ /// - Since: 3.26.0
49
49
public static var AdminMessageCell : SBUBaseMessageCell . Type = SBUAdminMessageCell . self
50
50
51
51
/// Represents the type of user message cell on the group channel module.
52
- /// - Since: [NEXT_VERSION]
52
+ /// - Since: 3.26.0
53
53
public static var UserMessageCell : SBUBaseMessageCell . Type = SBUUserMessageCell . self
54
54
55
55
/// Represents the type of file message cell on the group channel module.
56
- /// - Since: [NEXT_VERSION]
56
+ /// - Since: 3.26.0
57
57
public static var FileMessageCell : SBUBaseMessageCell . Type = SBUFileMessageCell . self
58
58
59
59
/// Represents the type of multiple files message cell on the group channel module.
60
- /// - Since: [NEXT_VERSION]
60
+ /// - Since: 3.26.0
61
61
public static var MultipleFilesMessageCell : SBUBaseMessageCell . Type = SBUMultipleFilesMessageCell . self
62
62
63
63
/// Represents the type of typing indicator cell on the group channel module.
64
- /// - Since: [NEXT_VERSION]
64
+ /// - Since: 3.26.0
65
65
public static var TypingIndicatorMessageCell : SBUBaseMessageCell . Type = SBUTypingIndicatorMessageCell . self
66
66
67
67
/// Represents the type of unknown cell on the group channel module.
68
- /// - Since: [NEXT_VERSION]
68
+ /// - Since: 3.26.0
69
69
public static var UnknownMessageCell : SBUBaseMessageCell . Type = SBUUnknownMessageCell . self
70
70
71
71
/// Represents the type of custom cell on the group channel module.
72
- /// - Since: [NEXT_VERSION]
72
+ /// - Since: 3.26.0
73
73
public static var CustomMessageCell : SBUBaseMessageCell . Type ?
74
74
75
75
/// Represents the type of channel state banner view on the group channel module.
76
- /// - Since: [NEXT_VERSION]
76
+ /// - Since: 3.26.0
77
77
public static var ChannelStateBanner : SBUChannelStateBanner . Type = SBUChannelStateBanner . self
78
78
79
79
/// Represents the type of scroll bottom view on the group channel module.
80
- /// - Since: [NEXT_VERSION]
80
+ /// - Since: 3.26.0
81
81
public static var ScrollBottomView : SBUScrollBottomView . Type = SBUScrollBottomView . self
82
82
83
83
/// Represents the type of message info view on the group channel module.
84
- /// - Since: [NEXT_VERSION]
84
+ /// - Since: 3.26.0
85
85
public static var NewMessageInfo : SBUNewMessageInfo . Type = SBUNewMessageInfo . self
86
86
87
87
/// Represents the type of profile view on the group channel module.
88
- /// - Since: [NEXT_VERSION]
88
+ /// - Since: 3.26.0
89
89
public static var UserProfileView : SBUUserProfileView . Type = SBUUserProfileView . self
90
90
}
91
91
92
92
// MARK: Input
93
93
extension SBUGroupChannelModule . Input {
94
94
/// The component property that the message input view.
95
- /// - Since: [NEXT_VERSION]
95
+ /// - Since: 3.26.0
96
96
public static var MessageInputView : SBUMessageInputView . Type = SBUMessageInputView . self
97
97
98
98
/// The component property that the voice message input view.
99
- /// - Since: [NEXT_VERSION]
99
+ /// - Since: 3.26.0
100
100
public static var VoiceMessageInputView : SBUVoiceMessageInputView . Type = SBUVoiceMessageInputView . self
101
101
}
0 commit comments