@@ -299,14 +299,14 @@ SWIFT_CLASS("_TtCC13SendbirdUIKit9SBUConfig9BaseInput")
299
299
@end
300
300
301
301
302
-
303
302
@interface BaseInput (SWIFT_EXTENSION(SendbirdUIKit))
304
303
@end
305
304
306
305
307
306
308
307
309
308
309
+
310
310
SWIFT_CLASS("_TtCCC13SendbirdUIKit9SBUConfig12GroupChannel7Channel")
311
311
@interface Channel : NSObject
312
312
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@@ -445,16 +445,16 @@ SWIFT_CLASS_NAMED("List")
445
445
@end
446
446
447
447
448
- /// A module component that represent the list of <code>SBURegisterOperatorModule </code>.
448
+ /// A module component that represent the list of <code>SBUInviteUserModule </code>.
449
449
SWIFT_CLASS_NAMED("List")
450
- @interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
451
- - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule .List()'");
452
- - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule .List()'");
450
+ @interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
451
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule .List()'");
452
+ - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule .List()'");
453
453
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
454
454
@end
455
455
456
456
457
- @interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
457
+ @interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
458
458
- (void)didSelectRetry;
459
459
@end
460
460
@@ -481,19 +481,29 @@ SWIFT_CLASS_NAMED("List")
481
481
@end
482
482
483
483
484
- /// A module component that represent the list of <code>SBUInviteUserModule </code>.
484
+ /// A module component that represent the list of <code>SBURegisterOperatorModule </code>.
485
485
SWIFT_CLASS_NAMED("List")
486
- @interface SBUInviteUserModuleList : SBUBaseChannelSettingsModuleList
487
- - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule .List()'");
488
- - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBUInviteUserModule .List()'");
486
+ @interface SBURegisterOperatorModuleList : SBUBaseChannelSettingsModuleList
487
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule .List()'");
488
+ - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER SWIFT_UNAVAILABLE_MSG("'init' has been renamed to 'SBURegisterOperatorModule .List()'");
489
489
- (void)configureCell:(UITableViewCell * _Nullable)cell indexPath:(NSIndexPath * _Nonnull)indexPath;
490
490
@end
491
491
492
492
493
- @interface SBUInviteUserModuleList (SWIFT_EXTENSION(SendbirdUIKit))
493
+ @interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
494
494
- (void)didSelectRetry;
495
495
@end
496
496
497
+ @class SBUQuotedBaseMessageView;
498
+
499
+ SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
500
+ @protocol SBUQuotedMessageViewDelegate
501
+ /// Called when <code>SBUQuotedBaseMessageView</code> was tapped.
502
+ /// \param quotedMessageView The tapped quoted message view
503
+ ///
504
+ - (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
505
+ @end
506
+
497
507
@class SBDBaseChannel;
498
508
@class SBDBaseMessage;
499
509
@class UIScrollView;
@@ -754,10 +764,9 @@ SWIFT_CLASS_NAMED("List")
754
764
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
755
765
@end
756
766
757
- @class SBUThreadInfoView;
758
767
759
- @interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
760
- - (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView ;
768
+ @interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit)) <SBUQuotedMessageViewDelegate>
769
+ - (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView ;
761
770
@end
762
771
763
772
@@ -766,19 +775,10 @@ SWIFT_CLASS_NAMED("List")
766
775
- (void)didSelectRetry;
767
776
@end
768
777
769
- @class SBUQuotedBaseMessageView;
770
-
771
- SWIFT_PROTOCOL("_TtP13SendbirdUIKit28SBUQuotedMessageViewDelegate_")
772
- @protocol SBUQuotedMessageViewDelegate
773
- /// Called when <code>SBUQuotedBaseMessageView</code> was tapped.
774
- /// \param quotedMessageView The tapped quoted message view
775
- ///
776
- - (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView;
777
- @end
778
-
778
+ @class SBUThreadInfoView;
779
779
780
- @interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit)) <SBUQuotedMessageViewDelegate>
781
- - (void)didTapQuotedMessageView:(SBUQuotedBaseMessageView * _Nonnull)quotedMessageView ;
780
+ @interface SBUGroupChannelModuleList (SWIFT_EXTENSION(SendbirdUIKit))
781
+ - (void)threadInfoViewDidTap:(SBUThreadInfoView * _Nonnull)threadInfoView ;
782
782
@end
783
783
784
784
@class SBUMessageSearchResultCell;
@@ -840,6 +840,7 @@ SWIFT_CLASS_NAMED("List")
840
840
- (void)didSelectRetry;
841
841
@end
842
842
843
+
843
844
@class SBUBaseChannelCell;
844
845
845
846
/// A module component that represent the list of <code>SBUBaseChannelListModule</code>.
@@ -966,7 +967,6 @@ SWIFT_CLASS_NAMED("List")
966
967
@end
967
968
968
969
969
-
970
970
@interface SBURegisterOperatorModuleList (SWIFT_EXTENSION(SendbirdUIKit))
971
971
- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
972
972
- (void)tableView:(UITableView * _Nonnull)tableView willDisplayCell:(UITableViewCell * _Nonnull)cell forRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath;
@@ -1095,7 +1095,6 @@ SWIFT_CLASS_NAMED("List")
1095
1095
- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
1096
1096
@end
1097
1097
1098
-
1099
1098
@class SBUParentMessageInfoView;
1100
1099
1101
1100
/// A module component that represent the list of <code>SBUMessageThreadModule</code>.
@@ -1240,15 +1239,8 @@ SWIFT_CLASS_NAMED("List")
1240
1239
@end
1241
1240
1242
1241
1243
- /// A module component that represent the list of <code>SBUGroupChannelPushSettingsModule</code>.
1244
- SWIFT_CLASS_NAMED("List")
1245
- @interface SBUGroupChannelPushSettingsModuleList : UIView
1246
- - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
1247
- - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1248
- @end
1249
-
1250
1242
1251
- @interface SBUGroupChannelPushSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit)) <UITableViewDataSource, UITableViewDelegate>
1243
+ @interface List (SWIFT_EXTENSION(SendbirdUIKit)) <UITableViewDataSource, UITableViewDelegate>
1252
1244
- (UIView * _Nullable)tableView:(UITableView * _Nonnull)tableView viewForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
1253
1245
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
1254
1246
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@@ -1257,7 +1249,15 @@ SWIFT_CLASS_NAMED("List")
1257
1249
@end
1258
1250
1259
1251
1260
- @interface List (SWIFT_EXTENSION(SendbirdUIKit)) <UITableViewDataSource, UITableViewDelegate>
1252
+ /// A module component that represent the list of <code>SBUGroupChannelPushSettingsModule</code>.
1253
+ SWIFT_CLASS_NAMED("List")
1254
+ @interface SBUGroupChannelPushSettingsModuleList : UIView
1255
+ - (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
1256
+ - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
1257
+ @end
1258
+
1259
+
1260
+ @interface SBUGroupChannelPushSettingsModuleList (SWIFT_EXTENSION(SendbirdUIKit)) <UITableViewDataSource, UITableViewDelegate>
1261
1261
- (UIView * _Nullable)tableView:(UITableView * _Nonnull)tableView viewForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
1262
1262
- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForHeaderInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT;
1263
1263
- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT;
@@ -1665,10 +1665,10 @@ SWIFT_CLASS("_TtC13SendbirdUIKit24SBUBaseChannelListModule")
1665
1665
@end
1666
1666
1667
1667
1668
-
1669
1668
@interface SBUBaseChannelListModule (SWIFT_EXTENSION(SendbirdUIKit))
1670
1669
@end
1671
1670
1671
+
1672
1672
@class Header;
1673
1673
@class SBUBaseChannelListViewModel;
1674
1674
@class SBDMessageListParams;
@@ -2364,6 +2364,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit26SBUBaseSelectUserViewModel")
2364
2364
2365
2365
2366
2366
2367
+
2367
2368
@interface SBUBaseViewController (SWIFT_EXTENSION(SendbirdUIKit))
2368
2369
- (void)setupAutolayout SWIFT_UNAVAILABLE_MSG("'setupAutolayout' has been renamed to 'setupLayouts'");
2369
2370
- (void)updateAutolayout SWIFT_UNAVAILABLE_MSG("'updateAutolayout' has been renamed to 'updateLayouts'");
@@ -2493,7 +2494,6 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
2493
2494
@end
2494
2495
2495
2496
2496
-
2497
2497
@interface SBUConfig (SWIFT_EXTENSION(SendbirdUIKit))
2498
2498
@end
2499
2499
@@ -2503,6 +2503,7 @@ SWIFT_CLASS("_TtC13SendbirdUIKit9SBUConfig")
2503
2503
@end
2504
2504
2505
2505
2506
+
2506
2507
@class SBUSelectableStackView;
2507
2508
@class SBUMessageReactionView;
2508
2509
@class UILongPressGestureRecognizer;
0 commit comments