|
1 | 1 | #if 0
|
2 | 2 | #elif defined(__arm64__) && __arm64__
|
3 |
| -// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
| 3 | +// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) |
4 | 4 | #pragma clang diagnostic push
|
5 | 5 | #pragma clang diagnostic ignored "-Wgcc-compat"
|
6 | 6 |
|
@@ -84,6 +84,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
84 | 84 | #else
|
85 | 85 | # define SWIFT_NOESCAPE
|
86 | 86 | #endif
|
| 87 | +#if __has_attribute(ns_consumed) |
| 88 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| 89 | +#else |
| 90 | +# define SWIFT_RELEASES_ARGUMENT |
| 91 | +#endif |
87 | 92 | #if __has_attribute(warn_unused_result)
|
88 | 93 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
89 | 94 | #else
|
@@ -427,6 +432,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
|
427 | 432 | enum SBUMessageReceiptState : NSInteger;
|
428 | 433 | @class SBUMessageCellTheme;
|
429 | 434 |
|
| 435 | +IB_DESIGNABLE |
430 | 436 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
431 | 437 | @interface SBUBaseMessageCell : UITableViewCell
|
432 | 438 | @property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
|
@@ -463,6 +469,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
463 | 469 | @class UILabel;
|
464 | 470 | @class SBDAdminMessage;
|
465 | 471 |
|
| 472 | +IB_DESIGNABLE |
466 | 473 | SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
|
467 | 474 | @interface SBUAdminMessageCell : SBUBaseMessageCell
|
468 | 475 | @property (nonatomic, strong) UILabel * _Nonnull messageLabel;
|
@@ -1848,6 +1855,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
|
1848 | 1855 |
|
1849 | 1856 |
|
1850 | 1857 |
|
| 1858 | +IB_DESIGNABLE |
1851 | 1859 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
|
1852 | 1860 | @interface SBUFileMessageCell : SBUContentBaseMessageCell
|
1853 | 1861 | @property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
|
@@ -3249,6 +3257,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
|
3249 | 3257 | @end
|
3250 | 3258 |
|
3251 | 3259 |
|
| 3260 | +IB_DESIGNABLE |
3252 | 3261 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
|
3253 | 3262 | @interface SBUUserMessageCell : SBUContentBaseMessageCell
|
3254 | 3263 | @property (nonatomic, strong) UIView * _Nonnull messageTextView;
|
@@ -3568,7 +3577,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
|
3568 | 3577 | #pragma clang diagnostic pop
|
3569 | 3578 |
|
3570 | 3579 | #elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__
|
3571 |
| -// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
| 3580 | +// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) |
3572 | 3581 | #pragma clang diagnostic push
|
3573 | 3582 | #pragma clang diagnostic ignored "-Wgcc-compat"
|
3574 | 3583 |
|
@@ -3652,6 +3661,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
3652 | 3661 | #else
|
3653 | 3662 | # define SWIFT_NOESCAPE
|
3654 | 3663 | #endif
|
| 3664 | +#if __has_attribute(ns_consumed) |
| 3665 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| 3666 | +#else |
| 3667 | +# define SWIFT_RELEASES_ARGUMENT |
| 3668 | +#endif |
3655 | 3669 | #if __has_attribute(warn_unused_result)
|
3656 | 3670 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
3657 | 3671 | #else
|
@@ -3995,6 +4009,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
|
3995 | 4009 | enum SBUMessageReceiptState : NSInteger;
|
3996 | 4010 | @class SBUMessageCellTheme;
|
3997 | 4011 |
|
| 4012 | +IB_DESIGNABLE |
3998 | 4013 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
3999 | 4014 | @interface SBUBaseMessageCell : UITableViewCell
|
4000 | 4015 | @property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
|
@@ -4031,6 +4046,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
4031 | 4046 | @class UILabel;
|
4032 | 4047 | @class SBDAdminMessage;
|
4033 | 4048 |
|
| 4049 | +IB_DESIGNABLE |
4034 | 4050 | SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
|
4035 | 4051 | @interface SBUAdminMessageCell : SBUBaseMessageCell
|
4036 | 4052 | @property (nonatomic, strong) UILabel * _Nonnull messageLabel;
|
@@ -5416,6 +5432,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
|
5416 | 5432 |
|
5417 | 5433 |
|
5418 | 5434 |
|
| 5435 | +IB_DESIGNABLE |
5419 | 5436 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
|
5420 | 5437 | @interface SBUFileMessageCell : SBUContentBaseMessageCell
|
5421 | 5438 | @property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
|
@@ -6817,6 +6834,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
|
6817 | 6834 | @end
|
6818 | 6835 |
|
6819 | 6836 |
|
| 6837 | +IB_DESIGNABLE |
6820 | 6838 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
|
6821 | 6839 | @interface SBUUserMessageCell : SBUContentBaseMessageCell
|
6822 | 6840 | @property (nonatomic, strong) UIView * _Nonnull messageTextView;
|
@@ -7138,7 +7156,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
|
7138 | 7156 | #endif
|
7139 | 7157 | #if 0
|
7140 | 7158 | #elif defined(__x86_64__) && __x86_64__
|
7141 |
| -// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
| 7159 | +// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) |
7142 | 7160 | #pragma clang diagnostic push
|
7143 | 7161 | #pragma clang diagnostic ignored "-Wgcc-compat"
|
7144 | 7162 |
|
@@ -7222,6 +7240,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
7222 | 7240 | #else
|
7223 | 7241 | # define SWIFT_NOESCAPE
|
7224 | 7242 | #endif
|
| 7243 | +#if __has_attribute(ns_consumed) |
| 7244 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| 7245 | +#else |
| 7246 | +# define SWIFT_RELEASES_ARGUMENT |
| 7247 | +#endif |
7225 | 7248 | #if __has_attribute(warn_unused_result)
|
7226 | 7249 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
7227 | 7250 | #else
|
@@ -7565,6 +7588,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
|
7565 | 7588 | enum SBUMessageReceiptState : NSInteger;
|
7566 | 7589 | @class SBUMessageCellTheme;
|
7567 | 7590 |
|
| 7591 | +IB_DESIGNABLE |
7568 | 7592 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
7569 | 7593 | @interface SBUBaseMessageCell : UITableViewCell
|
7570 | 7594 | @property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
|
@@ -7601,6 +7625,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
7601 | 7625 | @class UILabel;
|
7602 | 7626 | @class SBDAdminMessage;
|
7603 | 7627 |
|
| 7628 | +IB_DESIGNABLE |
7604 | 7629 | SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
|
7605 | 7630 | @interface SBUAdminMessageCell : SBUBaseMessageCell
|
7606 | 7631 | @property (nonatomic, strong) UILabel * _Nonnull messageLabel;
|
@@ -8986,6 +9011,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
|
8986 | 9011 |
|
8987 | 9012 |
|
8988 | 9013 |
|
| 9014 | +IB_DESIGNABLE |
8989 | 9015 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
|
8990 | 9016 | @interface SBUFileMessageCell : SBUContentBaseMessageCell
|
8991 | 9017 | @property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
|
@@ -10387,6 +10413,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
|
10387 | 10413 | @end
|
10388 | 10414 |
|
10389 | 10415 |
|
| 10416 | +IB_DESIGNABLE |
10390 | 10417 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
|
10391 | 10418 | @interface SBUUserMessageCell : SBUContentBaseMessageCell
|
10392 | 10419 | @property (nonatomic, strong) UIView * _Nonnull messageTextView;
|
@@ -10706,7 +10733,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12UserNameView")
|
10706 | 10733 | #pragma clang diagnostic pop
|
10707 | 10734 |
|
10708 | 10735 | #elif defined(__i386__) && __i386__
|
10709 |
| -// Generated by Apple Swift version 5.1 (swiftlang-1100.0.270.13 clang-1100.0.33.7) |
| 10736 | +// Generated by Apple Swift version 5.2.4 (swiftlang-1103.0.32.9 clang-1103.0.32.53) |
10710 | 10737 | #pragma clang diagnostic push
|
10711 | 10738 | #pragma clang diagnostic ignored "-Wgcc-compat"
|
10712 | 10739 |
|
@@ -10790,6 +10817,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
10790 | 10817 | #else
|
10791 | 10818 | # define SWIFT_NOESCAPE
|
10792 | 10819 | #endif
|
| 10820 | +#if __has_attribute(ns_consumed) |
| 10821 | +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) |
| 10822 | +#else |
| 10823 | +# define SWIFT_RELEASES_ARGUMENT |
| 10824 | +#endif |
10793 | 10825 | #if __has_attribute(warn_unused_result)
|
10794 | 10826 | # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
10795 | 10827 | #else
|
@@ -11133,6 +11165,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUActionSheetItem")
|
11133 | 11165 | enum SBUMessageReceiptState : NSInteger;
|
11134 | 11166 | @class SBUMessageCellTheme;
|
11135 | 11167 |
|
| 11168 | +IB_DESIGNABLE |
11136 | 11169 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
11137 | 11170 | @interface SBUBaseMessageCell : UITableViewCell
|
11138 | 11171 | @property (nonatomic, strong) SBDBaseMessage * _Nonnull message;
|
@@ -11169,6 +11202,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit18SBUBaseMessageCell")
|
11169 | 11202 | @class UILabel;
|
11170 | 11203 | @class SBDAdminMessage;
|
11171 | 11204 |
|
| 11205 | +IB_DESIGNABLE |
11172 | 11206 | SWIFT_CLASS("_TtC13SendBirdUIKit19SBUAdminMessageCell")
|
11173 | 11207 | @interface SBUAdminMessageCell : SBUBaseMessageCell
|
11174 | 11208 | @property (nonatomic, strong) UILabel * _Nonnull messageLabel;
|
@@ -12554,6 +12588,7 @@ SWIFT_CLASS("_TtC13SendBirdUIKit12SBUEmptyView")
|
12554 | 12588 |
|
12555 | 12589 |
|
12556 | 12590 |
|
| 12591 | +IB_DESIGNABLE |
12557 | 12592 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUFileMessageCell")
|
12558 | 12593 | @interface SBUFileMessageCell : SBUContentBaseMessageCell
|
12559 | 12594 | @property (nonatomic, readonly, strong) SBDFileMessage * _Nullable fileMessage;
|
@@ -13955,6 +13990,7 @@ SWIFT_CLASS_PROPERTY(@property (nonatomic, class, strong) SBUComponentTheme * _N
|
13955 | 13990 | @end
|
13956 | 13991 |
|
13957 | 13992 |
|
| 13993 | +IB_DESIGNABLE |
13958 | 13994 | SWIFT_CLASS("_TtC13SendBirdUIKit18SBUUserMessageCell")
|
13959 | 13995 | @interface SBUUserMessageCell : SBUContentBaseMessageCell
|
13960 | 13996 | @property (nonatomic, strong) UIView * _Nonnull messageTextView;
|
|
0 commit comments