| | |
| | | #if 0 |
| | | #elif defined(__arm64__) && __arm64__ |
| | | // Generated by Apple Swift version 6.0.3 effective-5.10 (swiftlang-6.0.3.1.10 clang-1600.0.30.1) |
| | | // Generated by Apple Swift version 6.2.3 effective-5.10 (swiftlang-6.2.3.3.21 clang-1700.6.3.2) |
| | | #ifndef FIREBASECOREINTERNAL_SWIFT_H |
| | | #define FIREBASECOREINTERNAL_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | # if __has_include(<uchar.h>) |
| | | # include <uchar.h> |
| | | # elif !defined(__cplusplus) |
| | | typedef unsigned char char8_t; |
| | | typedef uint_least16_t char16_t; |
| | | typedef uint_least32_t char32_t; |
| | | # endif |
| | |
| | | |
| | | @class NSString; |
| | | @class FIRHeartbeatsPayload; |
| | | |
| | | /// An object that provides API to log and flush heartbeats from a synchronized storage container. |
| | | SWIFT_CLASS_NAMED("_ObjC_HeartbeatController") |
| | | @interface FIRHeartbeatController : NSObject |
| | |
| | | - (nonnull instancetype)init SWIFT_UNAVAILABLE; |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | |
| | | /// A model object representing a payload of heartbeat data intended for sending in network |
| | | /// requests. |