You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SendBirdDesk.xcframework/ios-arm64/SendBirdDesk.framework/Headers/SendBirdDesk-Swift.h
+18-11Lines changed: 18 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#if0
2
2
#elif defined(__arm64__) && __arm64__
3
-
// Generated by Apple Swift version 6.0.2 effective-5.10 (swiftlang-6.0.2.1.2 clang-1600.0.26.4)
3
+
// Generated by Apple Swift version 6.1.2 effective-5.10 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)
4
4
#ifndef SENDBIRDDESK_SWIFT_H
5
5
#define SENDBIRDDESK_SWIFT_H
6
6
#pragma clang diagnostic push
@@ -65,6 +65,7 @@
65
65
# if __has_include(<uchar.h>)
66
66
# include <uchar.h>
67
67
# elif !defined(__cplusplus)
68
+
typedef unsigned char char8_t;
68
69
typedef uint_least16_t char16_t;
69
70
typedef uint_least32_t char32_t;
70
71
# endif
@@ -305,9 +306,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
305
306
306
307
#if defined(__OBJC__)
307
308
308
-
309
309
@class NSString;
310
-
311
310
/// This class represents an agent who chats with a customer. It is not a subclass of <a href="https://docs.sendbird.com/ref/ios/Classes/SBDUser.html">SBDUser</a> of SendBird, but this class and <a href="https://docs.sendbird.com/ref/ios/Classes/SBDUser.html">SBDUser</a> class share the same identification.
/// This class represents a channel that is related to a <code>SBDSKTicket</code>. It contains a string <code>name</code> and string <code>channelUrl</code> of the related channel.
0 commit comments