| | |
| | | // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) |
| | | #if 0 |
| | | #elif defined(__arm64__) && __arm64__ |
| | | // Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51) |
| | | #ifndef FIREBASECOREINTERNAL_SWIFT_H |
| | | #define FIREBASECOREINTERNAL_SWIFT_H |
| | | #pragma clang diagnostic push |
| | |
| | | # include <swift/objc-prologue.h> |
| | | #endif |
| | | |
| | | #pragma clang diagnostic ignored "-Wduplicate-method-match" |
| | | #pragma clang diagnostic ignored "-Wauto-import" |
| | | #if defined(__OBJC__) |
| | | #include <Foundation/Foundation.h> |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #include <cstdint> |
| | | #include <cstddef> |
| | | #include <cstdbool> |
| | | #else |
| | | #include <stdint.h> |
| | | #include <stddef.h> |
| | | #include <stdbool.h> |
| | | #endif |
| | | |
| | | #if !defined(SWIFT_TYPEDEFS) |
| | | # define SWIFT_TYPEDEFS 1 |
| | |
| | | #else |
| | | # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) |
| | | #endif |
| | | #if defined(__OBJC__) |
| | | #if !defined(IBSegueAction) |
| | | # define IBSegueAction |
| | | #endif |
| | | #endif |
| | | #if !defined(SWIFT_EXTERN) |
| | | # if defined(__cplusplus) |
| | |
| | | # define SWIFT_EXTERN extern |
| | | # endif |
| | | #endif |
| | | #if !defined(SWIFT_CALL) |
| | | # define SWIFT_CALL __attribute__((swiftcall)) |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #if !defined(SWIFT_NOEXCEPT) |
| | | # define SWIFT_NOEXCEPT noexcept |
| | | #endif |
| | | #else |
| | | #if !defined(SWIFT_NOEXCEPT) |
| | | # define SWIFT_NOEXCEPT |
| | | #endif |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #if !defined(SWIFT_CXX_INT_DEFINED) |
| | | #define SWIFT_CXX_INT_DEFINED |
| | | namespace swift { |
| | | using Int = ptrdiff_t; |
| | | using UInt = size_t; |
| | | } |
| | | #endif |
| | | #endif |
| | | #if defined(__OBJC__) |
| | | #if __has_feature(modules) |
| | | #if __has_warning("-Watimport-in-framework-header") |
| | | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
| | |
| | | @import ObjectiveC; |
| | | #endif |
| | | |
| | | #endif |
| | | #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" |
| | | #pragma clang diagnostic ignored "-Wduplicate-method-arg" |
| | | #if __has_warning("-Wpragma-clang-attribute") |
| | |
| | | #endif |
| | | #pragma clang diagnostic ignored "-Wunknown-pragmas" |
| | | #pragma clang diagnostic ignored "-Wnullability" |
| | | #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" |
| | | |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma push_macro("any") |
| | |
| | | # pragma pop_macro("any") |
| | | #endif |
| | | |
| | | #if defined(__OBJC__) |
| | | |
| | | @class NSString; |
| | | @class FIRHeartbeatsPayload; |
| | |
| | | /// Asynchronously logs a new heartbeat, if needed. |
| | | /// note: |
| | | /// This API is thread-safe. |
| | | /// \param agent The string agent (i.e. Firebase User Agent) to associate the logged heartbeat with. |
| | | /// \param agent The string agent (i.e. Firebase User Agent) to associate the logged |
| | | /// heartbeat with. |
| | | /// |
| | | - (void)log:(NSString * _Nonnull)agent; |
| | | /// Synchronously flushes heartbeats from storage into a heartbeats payload. |
| | |
| | | @end |
| | | |
| | | |
| | | /// A model object representing a payload of heartbeat data intended for sending in network requests. |
| | | /// A model object representing a payload of heartbeat data intended for sending in network |
| | | /// requests. |
| | | SWIFT_CLASS_NAMED("_ObjC_HeartbeatsPayload") |
| | | @interface FIRHeartbeatsPayload : NSObject |
| | | /// Returns a processed payload string intended for use in a HTTP header. |
| | |
| | | + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); |
| | | @end |
| | | |
| | | #endif |
| | | #if defined(__cplusplus) |
| | | #endif |
| | | #if __has_attribute(external_source_symbol) |
| | | # pragma clang attribute pop |
| | | #endif |
| | | #pragma clang diagnostic pop |
| | | #endif |
| | | |
| | | #else |
| | | #error unsupported Swift architecture |
| | | #endif |