@@ -796,7 +796,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit28SBUBaseChannelViewController")
796
796
/// This object has a list of all messages.
797
797
@property (nonatomic, readonly, copy) NSArray<SBDBaseMessage *> * _Nonnull fullMessageList;
798
798
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
799
- - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE ;
799
+ - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER ;
800
800
- (void)viewWillAppear:(BOOL)animated;
801
801
- (void)viewWillDisappear:(BOOL)animated;
802
802
- (void)loadView;
@@ -1693,7 +1693,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
1693
1693
/// returns:
1694
1694
/// If <code>true</code>, the messages date is same day.
1695
1695
- (BOOL)checkSameDayAsNextMessageWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
1696
- - (void)configureOffset;
1697
1696
/// This is used to check the loading status and control loading indicator.
1698
1697
/// \param loadingState Set to true when the list is loading.
1699
1698
///
@@ -5548,7 +5547,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit28SBUBaseChannelViewController")
5548
5547
/// This object has a list of all messages.
5549
5548
@property (nonatomic, readonly, copy) NSArray<SBDBaseMessage *> * _Nonnull fullMessageList;
5550
5549
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
5551
- - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE ;
5550
+ - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER ;
5552
5551
- (void)viewWillAppear:(BOOL)animated;
5553
5552
- (void)viewWillDisappear:(BOOL)animated;
5554
5553
- (void)loadView;
@@ -6445,7 +6444,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
6445
6444
/// returns:
6446
6445
/// If <code>true</code>, the messages date is same day.
6447
6446
- (BOOL)checkSameDayAsNextMessageWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
6448
- - (void)configureOffset;
6449
6447
/// This is used to check the loading status and control loading indicator.
6450
6448
/// \param loadingState Set to true when the list is loading.
6451
6449
///
@@ -10302,7 +10300,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit28SBUBaseChannelViewController")
10302
10300
/// This object has a list of all messages.
10303
10301
@property (nonatomic, readonly, copy) NSArray<SBDBaseMessage *> * _Nonnull fullMessageList;
10304
10302
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
10305
- - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE ;
10303
+ - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER ;
10306
10304
- (void)viewWillAppear:(BOOL)animated;
10307
10305
- (void)viewWillDisappear:(BOOL)animated;
10308
10306
- (void)loadView;
@@ -11199,7 +11197,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
11199
11197
/// returns:
11200
11198
/// If <code>true</code>, the messages date is same day.
11201
11199
- (BOOL)checkSameDayAsNextMessageWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
11202
- - (void)configureOffset;
11203
11200
/// This is used to check the loading status and control loading indicator.
11204
11201
/// \param loadingState Set to true when the list is loading.
11205
11202
///
@@ -15054,7 +15051,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit28SBUBaseChannelViewController")
15054
15051
/// This object has a list of all messages.
15055
15052
@property (nonatomic, readonly, copy) NSArray<SBDBaseMessage *> * _Nonnull fullMessageList;
15056
15053
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER;
15057
- - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil SWIFT_UNAVAILABLE ;
15054
+ - (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER ;
15058
15055
- (void)viewWillAppear:(BOOL)animated;
15059
15056
- (void)viewWillDisappear:(BOOL)animated;
15060
15057
- (void)loadView;
@@ -15951,7 +15948,6 @@ SWIFT_CLASS("_TtC13SendBirdUIKit24SBUChannelViewController")
15951
15948
/// returns:
15952
15949
/// If <code>true</code>, the messages date is same day.
15953
15950
- (BOOL)checkSameDayAsNextMessageWithCurrentIndex:(NSInteger)currentIndex SWIFT_WARN_UNUSED_RESULT;
15954
- - (void)configureOffset;
15955
15951
/// This is used to check the loading status and control loading indicator.
15956
15952
/// \param loadingState Set to true when the list is loading.
15957
15953
///
0 commit comments